Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PieroCastillo authored May 29, 2021
1 parent 6b08192 commit 2dca8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
setAllVars: true

- name: Pack
run: dotnet pack src --configuration Release --output build/packages
run: dotnet pack --configuration Release --output build/packages

- name: Publish to NuGet
if: github.event_name == 'push'
Expand Down

0 comments on commit 2dca8f9

Please sign in to comment.