Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20190…
Browse files Browse the repository at this point in the history
…605.13 (#333)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19305.13
  • Loading branch information
dotnet-maestro[bot] authored Jun 6, 2019
1 parent f31964f commit 2ce3307
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<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>
<Sha>c9ab9c47d6c66fb9ad89e331900e06bed7463904</Sha>
<Sha>d05c046913964e880be08b804e7249f297617c2f</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/common/tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ function Write-PipelineTaskError {

if(!$ci) {
if($Type -eq 'error') {
Write-Error $Message
Write-Host $Message -ForegroundColor Red
return
}
elseif ($Type -eq 'warning') {
Write-Warning $Message
Write-Host $Message -ForegroundColor Yellow
return
}
}
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"xcopy-msbuild": "15.9.0-alpha"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19304.23"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19305.13"
}
}

0 comments on commit 2ce3307

Please sign in to comment.