Skip to content

Commit 2c325c8

Browse files
committed
nuget
1 parent 0fe5da1 commit 2c325c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuget.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
run: dotnet restore
2222

2323
- name: Build
24-
run: dotnet build --configuration Release --no-restore
24+
run: dotnet build --configuration Release
2525

2626
- name: Test
27-
run: dotnet test --configuration Release --no-build
27+
run: dotnet test --configuration Release
2828

2929
- name: Pack
30-
run: dotnet pack --configuration Release --no-build
30+
run: dotnet pack --configuration Release
3131

3232
- name: Push
3333
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} /p:ApiCompatGenerateSuppressionFile=true

0 commit comments

Comments
 (0)