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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19305.13
This commit is contained in:
dotnet-maestro 2019-06-06 12:10:53 +00:00
parent b30c9a3945
commit 1811ce77dc
3 changed files with 5 additions and 5 deletions

View file

@ -72,9 +72,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19304.23"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19305.13">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c9ab9c47d6c66fb9ad89e331900e06bed7463904</Sha> <Sha>d05c046913964e880be08b804e7249f297617c2f</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -107,11 +107,11 @@ function Write-PipelineTaskError {
if(!$ci) { if(!$ci) {
if($Type -eq 'error') { if($Type -eq 'error') {
Write-Error $Message Write-Host $Message -ForegroundColor Red
return return
} }
elseif ($Type -eq 'warning') { elseif ($Type -eq 'warning') {
Write-Warning $Message Write-Host $Message -ForegroundColor Yellow
return return
} }
} }

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview5-011568" "dotnet": "3.0.100-preview5-011568"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19304.23" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19305.13"
} }
} }