Skip to content

Commit be85586

Browse files
author
Sheyla Trudo
committed
fixup! Move to Resource Module
1 parent 0b53f77 commit be85586

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.pipelines/run-pipeline.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ parameters:
1818

1919
stages:
2020
- stage: setup
21-
displayName: ACN
21+
displayName: "[PreBuild] Configure and Provision Required Resources"
2222
# Block build start until pre-build validation occurs.
2323
dependsOn: pre_build
2424
variables:
@@ -52,13 +52,6 @@ stages:
5252
name: "EnvironmentalVariables"
5353
displayName: "Set environmental variables"
5454
55-
## Outputs Storage Account for use
56-
## artifact_storage.ACNCI_STORAGEACCOUNT_ID
57-
## artifact_storage.ACNCI_STORAGEACCOUNT_SUBSCRIPTION
58-
## artifact_storage.ACNCI_STORAGEACCOUNT_SERVICECONNECTION
59-
## artifact_storage.ACNCI_STORAGEACCOUNT_RESOURCEGROUP
60-
## artifact_storage.ACNCI_STORAGEACCOUNT_LOCATION
61-
##
6255
- job: resources
6356
displayName: "[Infra] Configure Artifact Resources"
6457
variables:

0 commit comments

Comments
 (0)