Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
dotnet pack defaults to Debug but we build Release
  • Loading branch information
goofballLogic authored and asbjornu committed Oct 1, 2020
1 parent 0f348f0 commit 0d70909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
dotnet pack \
--include-source \
--configuration Release \
--no-build \
--no-restore \
-p:PackageVersion="${{ steps.gitversion.outputs.fullSemVer }}" \
Expand Down

0 comments on commit 0d70909

Please sign in to comment.