Skip to content

Commit

Permalink
fix(build-tools): Update version argument in package promotion comman…
Browse files Browse the repository at this point in the history
…d to correct parameter (#22549)

build-tools didnt have access to SetVersion.version variable
  • Loading branch information
RishhiB committed Sep 23, 2024
1 parent c5359ba commit cdb215f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ steps:
orderFile=$(Pipeline.Workspace)/pack/packagePublishOrder-${{ parameters.feedKind }}.txt
flub promote package \
--version "$(SetVersion.version)" \
--version "$(version)" \
--orderFile $orderFile \
--verbose
exit 0

0 comments on commit cdb215f

Please sign in to comment.