Client library reviewed.
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 43s
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 43s
This commit is contained in:
@ -22,14 +22,14 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore ./code/MessengerApi.Contracts/MessengerApi.Contracts.csproj
|
||||
run: dotnet restore ./code/MessengerApi.Client/MessengerApi.Client.csproj
|
||||
|
||||
- name: Build project
|
||||
run: dotnet build ./code/MessengerApi.Contracts/MessengerApi.Contracts.csproj -c Release
|
||||
run: dotnet build ./code/MessengerApi.Client/MessengerApi.Client.csproj -c Release
|
||||
|
||||
- name: Pack NuGet Package
|
||||
run: |
|
||||
dotnet pack ./code/MessengerApi.Contracts/MessengerApi.Contracts.csproj -c Release -o out
|
||||
dotnet pack ./code/MessengerApi.Client/MessengerApi.Client.csproj -c Release -o out
|
||||
|
||||
- name: Push to Gitea NuGet Registry
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user