We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2450a31 + 91685ac commit 5a78d60Copy full SHA for 5a78d60
.github/workflows/dotnet.yml
@@ -59,6 +59,7 @@ jobs:
59
run: |
60
dotnet pack \
61
--include-source \
62
+ --configuration Release \
63
--no-build \
64
--no-restore \
65
-p:PackageVersion="${{ steps.gitversion.outputs.fullSemVer }}" \
0 commit comments