integrate new version of install.sh with build
This commit is contained in:
parent
00abaf3b67
commit
856f6a7d96
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return Path.Combine(Directory.GetCurrentDirectory(), ".dotnet_stage0", PlatformServices.Default.Runtime.OperatingSystemPlatform.ToString(), "share", "dotnet", "bin");
|
return Path.Combine(Directory.GetCurrentDirectory(), ".dotnet_stage0", PlatformServices.Default.Runtime.OperatingSystemPlatform.ToString(), "bin");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,7 +85,7 @@ done < "$DIR/../branchinfo.txt"
|
||||||
|
|
||||||
# Ensure the latest stage0 is installed
|
# Ensure the latest stage0 is installed
|
||||||
export CHANNEL=$RELEASE_SUFFIX
|
export CHANNEL=$RELEASE_SUFFIX
|
||||||
$DIR/obtain/install.sh --channel $CHANNEL
|
$DIR/obtain/install.sh --channel $CHANNEL --version 1.0.0.001665 --verbose
|
||||||
|
|
||||||
# Put stage 0 on the PATH (for this shell only)
|
# Put stage 0 on the PATH (for this shell only)
|
||||||
PATH="$DOTNET_INSTALL_DIR/cli:$PATH"
|
PATH="$DOTNET_INSTALL_DIR/cli:$PATH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue