We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update azure-pipelines.yml to replace GitVersion task with:
azure-pipelines.yml
- pwsh: | dotnet tool install --global GitVersion.Tool $gitVersionObject = dotnet-gitversion | ConvertFrom-Json $gitVersionObject.PSObject.Properties.ForEach{ Write-Host -Object "Setting Task Variable '$($_.Name)' with value '$($_.Value)'." Write-Host -Object "##vso[task.setvariable variable=$($_.Name);]$($_.Value)" } Write-Host -Object "##vso[build.updatebuildnumber]$($gitVersionObject.FullSemVer)" displayName: Calculate ModuleVersion (GitVersion)
The text was updated successfully, but these errors were encountered:
Replace GitVersion task to fix pipeline - Fixes #746 (#747)
e2582d3
PlagueHO
Successfully merging a pull request may close this issue.
Update
azure-pipelines.yml
to replace GitVersion task with:The text was updated successfully, but these errors were encountered: