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 08b3b60 commit bfeb17fCopy full SHA for bfeb17f
.pipelines/swiftv2-long-running/template/long-running-pipeline-template.yaml
@@ -32,6 +32,9 @@ stages:
32
scriptType: bash
33
scriptLocation: inlineScript
34
inlineScript: |
35
+ echo "Org: $(SYSTEM_COLLECTIONURI)"
36
+ echo "Project: $(SYSTEM_TEAMPROJECT)"
37
+ displayName: "Show DevOps Org & Project"
38
echo "==> Creating resource group ${{ parameters.resourceGroupName }} in ${{ parameters.location }}"
39
az group create \
40
--name "${{ parameters.resourceGroupName }}" \
0 commit comments