summaryrefslogtreecommitdiff
path: root/eng/common
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-04-06 11:07:01 -0700
committerJan Kotas <jkotas@microsoft.com>2019-04-06 11:07:01 -0700
commit926b8ac0f0d21d9cdf0b6923a10cc76e099fb495 (patch)
treeb587910ea595aece283a54049c60cd3e693a885d /eng/common
parent0baad90379f4ae018afd347fbdfde6bc0fda4a50 (diff)
downloadcoreclr-926b8ac0f0d21d9cdf0b6923a10cc76e099fb495.tar.gz
coreclr-926b8ac0f0d21d9cdf0b6923a10cc76e099fb495.tar.bz2
coreclr-926b8ac0f0d21d9cdf0b6923a10cc76e099fb495.zip
Update dependencies from https://github.com/dotnet/arcade build 20190405.6 (#23784)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19205.6 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19205.6
Diffstat (limited to 'eng/common')
-rw-r--r--eng/common/darc-init.ps12
-rwxr-xr-xeng/common/darc-init.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1
index 29c443212b..81ffd16779 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 cab6cd5bf9..bd7eb46398 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)}')"