From 5644b8538203b1e9a6b2d965d8e2c7175a98f04e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 8 Mar 2019 22:54:38 -0800 Subject: 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 --- eng/common/darc-init.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eng/common/darc-init.ps1') 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' -- cgit v1.2.3