Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-06-06 16:14:11 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-06 18:28:03 +0300
commit636e06334f6b079a5f215b4bfce3083c8eacf3b8 (patch)
treec8814c313492c0937f034aa3a21afdadef91582e
parent2da77073731dc88cfef40ed5a838e53896eca7d1 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190605.13
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19305.13 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19305.13
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--eng/common/tools.ps14
-rw-r--r--global.json4
3 files changed, 8 insertions, 8 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 1b2c0e6de05..6a531d3b9e6 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,13 +3,13 @@
<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>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19304.23">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19305.13">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>c9ab9c47d6c66fb9ad89e331900e06bed7463904</Sha>
+ <Sha>d05c046913964e880be08b804e7249f297617c2f</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index 3983d719be3..538a0262b52 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -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
}
}
diff --git a/global.json b/global.json
index 78d34cc4a66..6d4170138f7 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "3.0.100-preview5-011568"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19304.23",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19304.23"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19305.13",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19305.13"
}
}