Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sapiens authored May 6, 2022
1 parent 1ba9348 commit bc0b169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: restore packs
run: dotnet restore src
- name: Build
run: dotnet build src/CavemanTools.sln --no-restore -c Release -v minimum
run: dotnet build src/CavemanTools.sln --no-restore -c Release -v minimal
- name: Test
run: dotnet test src/Tests/Tests.csproj --no-build -c Release -v minimum
run: dotnet test src/Tests/Tests.csproj --no-build -c Release -v minimal
- uses: NuGet/[email protected]
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit bc0b169

Please sign in to comment.