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:
parent
cea32db3f2
commit
b66140fa66
8 changed files with 103 additions and 67 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue