Skip to content

Commit

Permalink
Output full GitVersion details
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 21, 2023
1 parent f2e06a8 commit 19315b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/set-semver-tag.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dotnet tool update --global GitVersion.Tool
dotnet-gitversion
$semVer = (dotnet-gitversion | ConvertFrom-Json).SemVer
$tag = "v$semVer"
Write-Output "tag=$tag" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 19315b4

Please sign in to comment.