Skip to content

Commit d3670ce

Browse files
committed
Updated pack command to build since it needs Release mode.
1 parent 1816faf commit d3670ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Test
2424
run: dotnet test --no-build --verbosity normal
2525
- name: Pack
26-
run: dotnet pack --no-build --output .
26+
run: dotnet pack --output .
2727
- name: List
2828
run: ls -l *.nupkg
2929
# - name: Publish

0 commit comments

Comments
 (0)