Update dependencies from https://github.com/dotnet/arcade build 20191203.17 (#5819)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19603.17
This commit is contained in:
dotnet-maestro[bot] 2019-12-04 13:31:24 +00:00 committed by GitHub
parent cea32db3f2
commit b66140fa66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 103 additions and 67 deletions

View file

@ -85,7 +85,7 @@ function Write-PipelineTaskError {
[switch]$AsOutput,
[bool]$IsMultiJobVariable=$true)
if(-Not (Test-Path variable:ci) -Or !$ci) {
if((Test-Path variable:ci) -And $ci) {
Write-LoggingCommand -Area 'task' -Event 'setvariable' -Data $Value -Properties @{
'variable' = $Name
'isSecret' = $Secret