Skip to content

Commit 6494c6a

Browse files
Reference runtime variable
1 parent c5c119b commit 6494c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/templates/vmr-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ stages:
3131
- template: /eng/pipelines/templates/stages/vmr-build.yml@vmr
3232
parameters:
3333
isBuiltFromVmr: false
34-
isSourceOnlyBuild: $[variables['isSourceOnlyBuild']]
34+
isSourceOnlyBuild: $(isSourceOnlyBuild)
3535
scope: lite

0 commit comments

Comments
 (0)