Skip installing dotnet on xplat
This commit is contained in:
parent
63f28f7b98
commit
2562464cf0
5
build.sh
5
build.sh
|
|
@ -316,7 +316,10 @@ restore=true
|
||||||
|
|
||||||
InitializeToolset
|
InitializeToolset
|
||||||
|
|
||||||
InstallDotNetSdk "$repo_root/.dotnet" "3.1.102-servicing-014873"
|
dotnet_install_dir="$repo_root/.dotnet"
|
||||||
|
if [[ ! -d "$dotnet_install_dir/sdk/3.1.102" ]]; then
|
||||||
|
InstallDotNetSdk "$dotnet_install_dir" "3.1.102-servicing-014873"
|
||||||
|
fi
|
||||||
|
|
||||||
restore=$_tmp_restore=
|
restore=$_tmp_restore=
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue