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 03fe57c commit 3fdb5c5Copy full SHA for 3fdb5c5
.github/workflows/dotnet.yml
@@ -34,7 +34,6 @@ jobs:
34
name: Versioning with GitVersion ${{ vars.GIT_VERSION }}
35
runs-on: ubuntu-latest
36
outputs:
37
- SHORT_VERSION: ${{ steps.gitversion.outputs.major }}.${{ steps.gitversion.outputs.minor }}
38
ASSEMBLY_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}
39
ASSEMBLY_INFORMATIONAL_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}+${{ steps.gitversion.outputs.sha }}
40
FILE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}
0 commit comments