File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,16 @@ jobs:
3131 - name : Install dotnet-gitversion
3232 run : |
3333 echo ":/github/home/.dotnet/tools" >> $GITHUB_PATH
34- dotnet tool install -g GitVersion.Tool --version "6.0.5 " --ignore-failed-sources
34+ dotnet tool install -g GitVersion.Tool --version "6.5.0 " --ignore-failed-sources
3535 shell : bash
3636 - name : Resolve Version
3737 id : resolve-version
3838 shell : pwsh
3939 working-directory : ./
40- run : |
41- $rawVersion = dotnet-gitversion | ConvertFrom-Json
40+ run : |
41+ $dotnetVersionOutput = dotnet-gitversion
42+ Write-Output $dotnetVersionOutput
43+ $rawVersion = $dotnetVersionOutput | ConvertFrom-Json
4244 Write-Output $rawVersion
4345 $semVer = $rawVersion.SemVer
4446 Write-Output "Resolved version $semVer"
Original file line number Diff line number Diff line change 1- build-metadata-padding : 4
2- mode : ContinuousDeployment
31branches :
42 main :
5- tag : beta
3+ label : beta
64 pull-request :
7- tag : alpha
5+ label : alpha{Number}
You can’t perform that action at this time.
0 commit comments