We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3495b commit 1c6513bCopy full SHA for 1c6513b
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
16
ASSEMBLY_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}
17
ASSEMBLY_INFORMATIONAL_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}+${{ steps.gitversion.outputs.sha }}
18
FILE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}
19
- PACKAGE_VERSION: ${{ steps.gitversion.outputs.fullSemVer }}.${{ github.run_number }}
+ PACKAGE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}${{ steps.gitversion.outputs.preReleaseLabelWithDash }}.${{ github.run_number }}
20
steps:
21
- uses: actions/checkout@v3
22
with:
0 commit comments