Skip to content

Commit 3fdb5c5

Browse files
author
Petr Sramek
committed
removed short version output
1 parent 03fe57c commit 3fdb5c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
name: Versioning with GitVersion ${{ vars.GIT_VERSION }}
3535
runs-on: ubuntu-latest
3636
outputs:
37-
SHORT_VERSION: ${{ steps.gitversion.outputs.major }}.${{ steps.gitversion.outputs.minor }}
3837
ASSEMBLY_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}
3938
ASSEMBLY_INFORMATIONAL_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}+${{ steps.gitversion.outputs.sha }}
4039
FILE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}

0 commit comments

Comments
 (0)