Skip to content

Commit ba68fcc

Browse files
committed
ensure pack build
1 parent 61e811d commit ba68fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name : Pack and Publish if tag present
2626
if: startsWith(github.ref, 'refs/tags/v')
2727
run: |
28-
dotnet pack -c Release -o nuget-packages --no-build
28+
dotnet pack -c Release -o nuget-packages
2929
dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)