We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3a6a7 commit dfa20eeCopy full SHA for dfa20ee
1 file changed
.github/workflows/nuget.yml
@@ -27,7 +27,7 @@ jobs:
27
run: dotnet test --configuration Release
28
29
- name: Pack
30
- run: dotnet pack --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o "packages"
+ run: dotnet pack --configuration Release -p:IncludeSymbols=false -p:SymbolPackageFormat=snupkg -o "packages"
31
32
- name: Push
33
run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments