We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c4baf commit 12ca878Copy full SHA for 12ca878
.pipelines/build/ob-prepare.steps.yaml
@@ -52,6 +52,9 @@ steps:
52
echo $(Build.QueuedBy)
53
echo $(Build.Reason) # manual, PR, IndividualCI
54
echo $(Build.SourceBranch)
55
+ echo $(resources.repositories.azure-container-networking.ref)
56
+ echo $(resources.repositories.acn-devops.ref)
57
+ echo $(resources.self.ref)
58
name: "EnvironmentalVariables"
59
displayName: "Set environmental variables"
60
condition: always()
0 commit comments