Skip to content

Commit 22b22d6

Browse files
committed
Use the current branch for all runs of this pipeline
1 parent bbddf8b commit 22b22d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipelines/packageupmpublic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
pipeline: 32
3030
${{ if eq(parameters.SourcePipeline, 'mrtk_ci') }}:
3131
pipeline: 15
32-
runVersion: latestFromBranch
33-
runBranch: refs/heads/releases/$(MRTKVersion)
32+
runVersion: latestFromBranch
33+
runBranch: $(Build.SourceBranch)
3434
artifactName: mrtk-upm
3535
path: $(Agent.TempDirectory)
3636

0 commit comments

Comments
 (0)