Skip to content

Commit

Permalink
Update master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanych-sun authored Sep 4, 2024
1 parent b19d441 commit 756b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: dotnet test -c Release --no-build --verbosity normal
- name: Pack NuGet artifacts
if: startsWith(github.ref, 'refs/tags/v')
run: dotnet pack -c Release --no-build -o packages/
run: dotnet pack -c Release --no-build --include-symbols -p:SymbolPackageFormat=snupkg -p:ContinuousIntegrationBuild=true -o packages/
- name: Publish
if: startsWith(github.ref, 'refs/tags/v')
run: dotnet nuget push "packages/*.nupkg" -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit 756b3aa

Please sign in to comment.