Update dependencies from https://github.com/dotnet/arcade build 20200330.5 (#6987)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20180.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
2a3193d998
commit
ec316b6dd5
11 changed files with 136 additions and 59 deletions
|
@ -67,12 +67,12 @@ function Write-PipelineTaskError {
|
|||
}
|
||||
|
||||
if(($Type -ne 'error') -and ($Type -ne 'warning')) {
|
||||
Write-Host $Message
|
||||
return
|
||||
Write-Host $Message
|
||||
return
|
||||
}
|
||||
$PSBoundParameters.Remove('Force') | Out-Null
|
||||
if(-not $PSBoundParameters.ContainsKey('Type')) {
|
||||
$PSBoundParameters.Add('Type', 'error')
|
||||
$PSBoundParameters.Add('Type', 'error')
|
||||
}
|
||||
Write-LogIssue @PSBoundParameters
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue