summaryrefslogtreecommitdiff
path: root/eng/common/darc-init.ps1
diff options
context:
space:
mode:
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 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'