Skip to content

Commit

Permalink
ci: revert change of build tool environment variables (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdashworth committed Jul 27, 2022
1 parent 1d94c42 commit fc01e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/build-and-test-stages.yml
Expand Up @@ -40,8 +40,8 @@ stages:
CurrencyName: GBP
DomainName: $(TestEnvironment.DomainName)
- powershell: |
echo "##vso[task.setvariable variable=EnvironmentUrl;isOutput=true]$env:POWERPLATFORMCREATEENVIRONMENT_BUILDTOOLS_ENVIRONMENTURL"
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"
displayName: Set output variables
name: SetEnvironmentOutputVariables
- stage: BuildAndTest
Expand Down

0 comments on commit fc01e6a

Please sign in to comment.