We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe5da1 commit 2c325c8Copy full SHA for 2c325c8
.github/workflows/nuget.yml
@@ -21,13 +21,13 @@ jobs:
21
run: dotnet restore
22
23
- name: Build
24
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build --configuration Release
25
26
- name: Test
27
- run: dotnet test --configuration Release --no-build
+ run: dotnet test --configuration Release
28
29
- name: Pack
30
- run: dotnet pack --configuration Release --no-build
+ run: dotnet pack --configuration Release
31
32
- name: Push
33
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} /p:ApiCompatGenerateSuppressionFile=true
0 commit comments