Skip to content

Commit 9bb0dac

Browse files
committed
Fix NuGet packaging - Add --no-build and disable symbols package [release]
1 parent 56dafed commit 9bb0dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ jobs:
9393
dotnet pack ./src/SmartWhere/SmartWhere.csproj \
9494
--configuration Release \
9595
--output ./packages \
96+
--no-build \
9697
--verbosity normal \
9798
-p:Version=${{ steps.get_version.outputs.VERSION }} \
9899
-p:PackageVersion=${{ steps.get_version.outputs.VERSION }} \
99-
-p:IncludeSymbols=true \
100-
-p:SymbolPackageFormat=snupkg
100+
-p:IncludeSymbols=false
101101
102102
- name: Upload NuGet package
103103
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)