Skip to content

Commit e3fff15

Browse files
committed
added profile to public ip name
1 parent 3dc25fd commit e3fff15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/npm/npm-conformance-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ stages:
123123
RESOURCE_GROUP: $[ stagedependencies.setup.setup.outputs['EnvironmentalVariables.RESOURCE_GROUP'] ]
124124
TAG: $[ stagedependencies.setup.setup.outputs['EnvironmentalVariables.TAG'] ]
125125
FQDN: empty
126-
PUBLIC_IP_NAME: $(RESOURCE_GROUP)-public-ip
126+
PUBLIC_IP_NAME: $(RESOURCE_GROUP)-$(PROFILE)-public-ip
127127
steps:
128128
- checkout: self
129129

0 commit comments

Comments
 (0)