[master] Update dependencies from dotnet/arcade (#5831)

* Update dependencies from https://github.com/dotnet/arcade build 20191205.1

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19605.1

* Update dependencies from https://github.com/dotnet/arcade build 20191205.6

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19605.6
This commit is contained in:
dotnet-maestro[bot] 2019-12-06 13:31:33 +00:00 committed by GitHub
parent 6379235b25
commit fc1d995e46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -101,7 +101,7 @@ function Write-PipelineTaskError {
[string]$Path,
[switch]$AsOutput)
if(-Not (Test-Path variable:ci) -Or !$ci) {
if((Test-Path variable:ci) -And $ci) {
Write-LoggingCommand -Area 'task' -Event 'prependpath' -Data $Path -AsOutput:$AsOutput
}
}
@ -237,4 +237,4 @@ function Write-LogIssue {
}
Write-Host $command -ForegroundColor $foregroundColor -BackgroundColor $backgroundColor
}
}