From 988ab1ff73244a6283abbebecf6ad8868a15506f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 6 Apr 2019 12:33:29 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190405.6 (#1221) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19205.6 --- eng/Version.Details.xml | 4 ++-- eng/common/darc-init.ps1 | 2 +- eng/common/darc-init.sh | 2 +- global.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6edb609a..2a6e7bb77 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -64,9 +64,9 @@ - + https://github.com/dotnet/arcade - 61196044ed70a65c610beb230ac6ea77566668c2 + 4217db4a23ffd15abb3771d635b66162994fb9e4 diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 29c443212..81ffd1677 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -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' diff --git a/eng/common/darc-init.sh b/eng/common/darc-init.sh index cab6cd5bf..bd7eb4639 100755 --- a/eng/common/darc-init.sh +++ b/eng/common/darc-init.sh @@ -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)}')" diff --git a/global.json b/global.json index e554099c8..5dd2b82d8 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview-009812" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19204.16" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19205.6" } }