Update dependencies from https://github.com/dotnet/arcade build 20190405.6 (#23784)
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Sat, 6 Apr 2019 18:07:01 +0000 (11:07 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sat, 6 Apr 2019 18:07:01 +0000 (11:07 -0700)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19205.6
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19205.6

eng/Version.Details.xml
eng/common/darc-init.ps1
eng/common/darc-init.sh
global.json

index 737d7f5..52e5a26 100644 (file)
@@ -3,13 +3,13 @@
   <ProductDependencies>
   </ProductDependencies>
   <ToolsetDependencies>
-    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19204.16">
+    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19205.6">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>61196044ed70a65c610beb230ac6ea77566668c2</Sha>
+      <Sha>4217db4a23ffd15abb3771d635b66162994fb9e4</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19204.16">
+    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19205.6">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>61196044ed70a65c610beb230ac6ea77566668c2</Sha>
+      <Sha>4217db4a23ffd15abb3771d635b66162994fb9e4</Sha>
     </Dependency>
     <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview5.19205.9">
       <Uri>https://github.com/dotnet/corefx</Uri>
index 29c4432..81ffd16 100644 (file)
@@ -19,7 +19,7 @@ function InstallDarcCli ($darcVersion) {
   # Until we can anonymously query the BAR API for the latest arcade-services
   # build applied to the PROD channel, this is hardcoded.
   if (-not $darcVersion) {
-    $darcVersion = '1.1.0-beta.19175.6'
+    $darcVersion = '1.1.0-beta.19205.4'
   }
   
   $arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-arcade/index.json'
index cab6cd5..bd7eb46 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 source="${BASH_SOURCE[0]}"
-darcVersion="1.1.0-beta.19175.6"
+darcVersion="1.1.0-beta.19205.4"
 
 while [[ $# > 0 ]]; do
   opt="$(echo "$1" | awk '{print tolower($0)}')"
index 7e77e60..c27941b 100644 (file)
@@ -7,7 +7,7 @@
     "python": "2.7.15"
   },
   "msbuild-sdks": {
-    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19204.16",
-    "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19204.16"
+    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19205.6",
+    "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19205.6"
   }
 }