From 2ce3307a971d6393d2caa36d71d44caba4eca410 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 6 Jun 2019 13:36:43 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190605.13 (#333) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19305.13 --- eng/Version.Details.xml | 4 ++-- eng/common/tools.ps1 | 4 ++-- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e79196a146..4b36aaaad4 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 3983d719be..538a0262b5 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 37d22d5316..0419bea1a9 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" } }