Skip to content

Commit bfeb17f

Browse files
author
sivakami
committed
test change.
1 parent 08b3b60 commit bfeb17f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pipelines/swiftv2-long-running/template/long-running-pipeline-template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ stages:
3232
scriptType: bash
3333
scriptLocation: inlineScript
3434
inlineScript: |
35+
echo "Org: $(SYSTEM_COLLECTIONURI)"
36+
echo "Project: $(SYSTEM_TEAMPROJECT)"
37+
displayName: "Show DevOps Org & Project"
3538
echo "==> Creating resource group ${{ parameters.resourceGroupName }} in ${{ parameters.location }}"
3639
az group create \
3740
--name "${{ parameters.resourceGroupName }}" \

0 commit comments

Comments
 (0)