summaryrefslogtreecommitdiff
path: root/eng/common/darc-init.ps1
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-03-08 22:54:38 -0800
committerJuan Hoyos <juan.hoyos@microsoft.com>2019-03-08 22:54:38 -0800
commit5644b8538203b1e9a6b2d965d8e2c7175a98f04e (patch)
tree84470b164de95a6bc53daff1457024b6b300b3cd /eng/common/darc-init.ps1
parented505143f888a16402d0ce891412cdf4f2cb4724 (diff)
downloadcoreclr-5644b8538203b1e9a6b2d965d8e2c7175a98f04e.tar.gz
coreclr-5644b8538203b1e9a6b2d965d8e2c7175a98f04e.tar.bz2
coreclr-5644b8538203b1e9a6b2d965d8e2c7175a98f04e.zip
Update dependencies from https://github.com/dotnet/arcade build 20190308.5 (#23146)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19158.5 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19158.5
Diffstat (limited to 'eng/common/darc-init.ps1')
-rw-r--r--eng/common/darc-init.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1
index 24676b261d..2467ebdd42 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.19120.2'
+ $darcVersion = '1.1.0-beta.19151.3'
}
$arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-arcade/index.json'