File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.19252 .2" >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.19255 .2" >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >ed63a7faf2d119829dd971be91bb46b6ebaa1dd2 </Sha >
8+ <Sha >6a34948f7bdbc3ceb2fb16441b49f7748a462646 </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ try {
122122 . $configureToolsetScript
123123 }
124124
125- if ($restore ) {
125+ if (( $restore ) -and ( $null -eq $ env: DisableNativeToolsetInstalls ) ) {
126126 InitializeNativeTools
127127 }
128128
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ if [[ -n "${useInstalledDotNetCli:-}" ]]; then
218218 use_installed_dotnet_cli=" $useInstalledDotNetCli "
219219fi
220220
221- if [[ " $restore " == true ]]; then
221+ if [[ " $restore " == true && -z ${DisableNativeToolsetInstalls :- } ]]; then
222222 InitializeNativeTools
223223fi
224224
Original file line number Diff line number Diff line change 1010 }
1111 },
1212 "msbuild-sdks" : {
13- "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19252 .2" ,
13+ "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19255 .2" ,
1414 "Microsoft.DotNet.Helix.Sdk" : " 2.0.0-beta.19069.2"
1515 }
1616}
You can’t perform that action at this time.
0 commit comments