Skip to content

Commit df1d203

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ parameters:
2929
- name: serviceConnection
3030
displayName: "Azure Service Connection"
3131
type: string
32-
default: "Azure Network Agent - Test Standalone - Service Connection"
33-
# default: "Azure Container Networking - Standalone Test Service Connection"
32+
#default: "Azure Network Agent - Test Standalone - Service Connection"
33+
default: "Azure Container Networking - Standalone Test Service Connection"
3434

3535
extends:
3636
template: template/long-running-pipeline-template.yaml

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ stages:
3434
inlineScript: |
3535
echo "Org: $(SYSTEM_COLLECTIONURI)"
3636
echo "Project: $(SYSTEM_TEAMPROJECT)"
37-
displayName: "Show DevOps Org & Project"
3837
echo "==> Creating resource group ${{ parameters.resourceGroupName }} in ${{ parameters.location }}"
3938
az group create \
4039
--name "${{ parameters.resourceGroupName }}" \

0 commit comments

Comments
 (0)