File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
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.19369.2 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.19372.10 " >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >a190d4865fe3c86a168ec49c4fc61c90c96ae051 </Sha >
8+ <Sha >0793e2df782efc9ccae387bc779b2549208fa4a1 </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
Original file line number Diff line number Diff line change @@ -103,7 +103,13 @@ try {
103103 if ($LASTEXITCODE -Ne " 0" ) {
104104 $errMsg = " $ToolName installation failed"
105105 if ((Get-Variable ' DoNotAbortNativeToolsInstallationOnFailure' - ErrorAction ' SilentlyContinue' ) -and $DoNotAbortNativeToolsInstallationOnFailure ) {
106- Write-Warning $errMsg
106+ $showNativeToolsWarning = $true
107+ if ((Get-Variable ' DoNotDisplayNativeToolsInstallationWarnings' - ErrorAction ' SilentlyContinue' ) -and $DoNotDisplayNativeToolsInstallationWarnings ) {
108+ $showNativeToolsWarning = $false
109+ }
110+ if ($showNativeToolsWarning ) {
111+ Write-Warning $errMsg
112+ }
107113 $toolInstallationFailure = $true
108114 } else {
109115 Write-Error $errMsg
Original file line number Diff line number Diff line change 1010 }
1111 },
1212 "msbuild-sdks" : {
13- "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19369.2 " ,
13+ "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19372.10 " ,
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