Skip to content

Commit dfa20ee

Browse files
committed
fix nuget
1 parent be3a6a7 commit dfa20ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet test --configuration Release
2828

2929
- name: Pack
30-
run: dotnet pack --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o "packages"
30+
run: dotnet pack --configuration Release -p:IncludeSymbols=false -p:SymbolPackageFormat=snupkg -o "packages"
3131

3232
- name: Push
3333
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

Comments
 (0)