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 b223f24 commit 39dfc37Copy full SHA for 39dfc37
.github/workflows/dotnet.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
outputs:
16
ASSEMBLY_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}
17
- ASSEMBLY_INFORMATIONAL_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}+${{ step.gitversion.outputs.sha }}
+ ASSEMBLY_INFORMATIONAL_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}+${{ steps.gitversion.outputs.sha }}
18
FILE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}
19
PACKAGE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}
20
steps:
0 commit comments