Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions eng/pipelines/release-publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@ extends:

Write-Host "✓ ReleaseVersionEffective: $effective"
Write-Host "##vso[task.setvariable variable=releaseVersionEffective;isOutput=true]$effective"

# Surface the resolved version on the *release* run header too,
# so it shows up in the AzDO build list / pipeline summary.
Write-Host "##vso[build.addbuildtag]release-version:$effective"
name: deriveReleaseVersion
displayName: 'Derive ReleaseVersion from source build tag'
env:
Expand Down
Loading