[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:
parent
6379235b25
commit
fc1d995e46
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue