Skip to content

Commit 7b0c6e0

Browse files
committed
test: variable at compile time
1 parent 40b6f0e commit 7b0c6e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pipelines/run-pipeline.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ stages:
1313
variables:
1414
ob_outputDirectory: $(Build.ArtifactStagingDirectory)
1515
ob_git_checkout: true
16+
test-acndevops: $[ resources.repositories['acn-devops'].ref ]
17+
test-acn: $[ resources.repositories['azure-container-networking'].ref ]
1618
steps:
1719
- checkout: acn-devops
1820

@@ -34,6 +36,8 @@ stages:
3436
echo ${{ parameters.triggerBuildReason }}
3537
echo ${{ parameters.triggerBuildGitRef }}
3638
echo ${{ parameters.triggerBuildQueuedBy }}
39+
echo $(test-acndevops)
40+
echo $(test-acn)
3741
3842
3943

0 commit comments

Comments
 (0)