diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e79196a14..4b36aaaad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - c9ab9c47d6c66fb9ad89e331900e06bed7463904 + d05c046913964e880be08b804e7249f297617c2f diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 3983d719b..538a0262b 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -107,11 +107,11 @@ function Write-PipelineTaskError { if(!$ci) { if($Type -eq 'error') { - Write-Error $Message + Write-Host $Message -ForegroundColor Red return } elseif ($Type -eq 'warning') { - Write-Warning $Message + Write-Host $Message -ForegroundColor Yellow return } } diff --git a/global.json b/global.json index 37d22d531..0419bea1a 100644 --- a/global.json +++ b/global.json @@ -7,6 +7,6 @@ "xcopy-msbuild": "15.9.0-alpha" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19304.23" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19305.13" } }