From 636e06334f6b079a5f215b4bfce3083c8eacf3b8 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Thu, 6 Jun 2019 13:14:11 +0000 Subject: Update dependencies from https://github.com/dotnet/arcade build 20190605.13 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19305.13 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19305.13 --- eng/common/tools.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eng/common') diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 3983d719be3..538a0262b52 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 } } -- cgit v1.2.3