Skip to content

Commit fc01e6a

Browse files
authored
ci: revert change of build tool environment variables (#85)
1 parent 1d94c42 commit fc01e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/build-and-test-stages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ stages:
4040
CurrencyName: GBP
4141
DomainName: $(TestEnvironment.DomainName)
4242
- powershell: |
43-
echo "##vso[task.setvariable variable=EnvironmentUrl;isOutput=true]$env:POWERPLATFORMCREATEENVIRONMENT_BUILDTOOLS_ENVIRONMENTURL"
44-
echo "##vso[task.setvariable variable=EnvironmentName;isOutput=true]$env:POWERPLATFORMCREATEENVIRONMENT_BUILDTOOLS_ENVIRONMENTID"
43+
echo "##vso[task.setvariable variable=EnvironmentUrl;isOutput=true]$env:BUILDTOOLS_ENVIRONMENTURL"
44+
echo "##vso[task.setvariable variable=EnvironmentName;isOutput=true]$env:BUILDTOOLS_ENVIRONMENTID"
4545
displayName: Set output variables
4646
name: SetEnvironmentOutputVariables
4747
- stage: BuildAndTest

0 commit comments

Comments
 (0)