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 5d857ac commit 80c1f6fCopy full SHA for 80c1f6f
.pipelines/build/ob-prepare.steps.yaml
@@ -52,9 +52,11 @@ 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_REPOSITORIES_SELF_REF)
+ echo $(variables.REPO_REF)
+ echo $(REPO_REF)
+ echo $(variables.REPO_NAME)
58
+ echo $(REPO_NAME)
59
+
60
name: "EnvironmentalVariables"
61
displayName: "Set environmental variables"
62
condition: always()
0 commit comments