We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d94c42 commit fc01e6aCopy full SHA for fc01e6a
templates/build-and-test-stages.yml
@@ -40,8 +40,8 @@ stages:
40
CurrencyName: GBP
41
DomainName: $(TestEnvironment.DomainName)
42
- 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"
+ echo "##vso[task.setvariable variable=EnvironmentUrl;isOutput=true]$env:BUILDTOOLS_ENVIRONMENTURL"
+ echo "##vso[task.setvariable variable=EnvironmentName;isOutput=true]$env:BUILDTOOLS_ENVIRONMENTID"
45
displayName: Set output variables
46
name: SetEnvironmentOutputVariables
47
- stage: BuildAndTest
0 commit comments