Skip to content

Commit

Permalink
Merge pull request #2320 from jcagme/updateDarcInitVersion
Browse files Browse the repository at this point in the history
Update darc version
  • Loading branch information
JC Aguilera authored Mar 22, 2019
2 parents 4a73a52 + 9c43398 commit 9800953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/common/darc-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.19151.3'
$darcVersion = '1.1.0-beta.19172.2'
}

$arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-arcade/index.json'
Expand Down
2 changes: 1 addition & 1 deletion eng/common/darc-init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

source="${BASH_SOURCE[0]}"
darcVersion="1.1.0-beta.19151.3"
darcVersion="1.1.0-beta.19172.2"

while [[ $# > 0 ]]; do
opt="$(echo "$1" | awk '{print tolower($0)}')"
Expand Down

0 comments on commit 9800953

Please sign in to comment.