Addressing code review comments. Fixing issue with compile where we were not copying the msbuild files to the right place. Fixed an issue where we were trying to download installers for OSes that don't have installers. Added init-tools scripts.
This commit is contained in:
parent
c87652f8a0
commit
cdddc2e432
10 changed files with 113 additions and 90 deletions
|
@ -25,7 +25,7 @@ $AppPath = "$PSScriptRoot"
|
|||
# Use a repo-local install directory (but not the artifacts directory because that gets cleaned a lot
|
||||
if (!$env:DOTNET_INSTALL_DIR)
|
||||
{
|
||||
$env:DOTNET_INSTALL_DIR="$RepoRoot\.dotnet_stage0\Windows\$Architecture"
|
||||
$env:DOTNET_INSTALL_DIR="$RepoRoot\.dotnet_stage0\$Architecture"
|
||||
}
|
||||
|
||||
# Install a stage 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue