fix up casing of PS1 environment variables

This commit is contained in:
Piotr Puszkiewicz 2016-02-16 19:31:09 -08:00
parent 78ccff9d50
commit fa9a9dc7b4
3 changed files with 3 additions and 3 deletions

View file

@ -27,4 +27,4 @@ $env:Channel = "$env:RELEASE_SUFFIX"
setEnvIfDefault "DOTNET_INSTALL_DIR" "$RepoRoot\.dotnet_stage0\win7-x64"
setEnvIfDefault "DOTNET_CLI_VERSION" "0.1.0.0"
setPathAndHomeIfDefault "$Stage2Dir"
setVarIfDefault "Configuration" "Debug"
setVarIfDefault "CONFIGURATION" "Debug"