Skip to content

Commit 7a2f9d2

Browse files
committed
Removed --no-build when packing spark-pack.slnf
1 parent 145766f commit 7a2f9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Pack
3434
run: |
3535
cd src
36-
dotnet pack spark-pack.slnf --include-symbols --output nupkgs --no-build
36+
dotnet pack spark-pack.slnf --include-symbols --output nupkgs
3737
- name: Push to NuGet
3838
run: |
3939
cd src/nupkgs

0 commit comments

Comments
 (0)