We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dafed commit 9bb0dacCopy full SHA for 9bb0dac
.github/workflows/ci.yml
@@ -93,11 +93,11 @@ jobs:
93
dotnet pack ./src/SmartWhere/SmartWhere.csproj \
94
--configuration Release \
95
--output ./packages \
96
+ --no-build \
97
--verbosity normal \
98
-p:Version=${{ steps.get_version.outputs.VERSION }} \
99
-p:PackageVersion=${{ steps.get_version.outputs.VERSION }} \
- -p:IncludeSymbols=true \
100
- -p:SymbolPackageFormat=snupkg
+ -p:IncludeSymbols=false
101
102
- name: Upload NuGet package
103
uses: actions/upload-artifact@v4
0 commit comments