Skip to content

Commit da0961d

Browse files
brettfobaronfel
authored andcommitted
Merge pull request #7666 from dotnet/darc-master-e0c9f4bf-0d57-4f79-a1b2-9ddecb0338ba
[master] Update dependencies from dotnet/arcade
2 parents 9f2f852 + cd46128 commit da0961d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19476.6">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19502.11">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>b449f372df1a3374ebdc85f42ff137dcda08776b</Sha>
8+
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

eng/common/darc-init.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function InstallDarcCli ($darcVersion) {
2323
$darcVersion = $(Invoke-WebRequest -Uri $versionEndpoint -UseBasicParsing).Content
2424
}
2525

26-
$arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json'
26+
$arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
2727

2828
Write-Host "Installing Darc CLI version $darcVersion..."
2929
Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed."

eng/common/darc-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function InstallDarcCli {
5858
echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name -g)
5959
fi
6060

61-
local arcadeServicesSource="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json"
61+
local arcadeServicesSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"
6262

6363
echo "Installing Darc CLI version $darcVersion..."
6464
echo "You may need to restart your command shell if this is the first dotnet tool you have installed."

eng/common/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ function MSBuild {
332332
# Work around issues with Azure Artifacts credential provider
333333
# https://github.com/dotnet/arcade/issues/3932
334334
if [[ "$ci" == true ]]; then
335-
dotnet nuget locals http-cache -c
335+
"$_InitializeBuildTool" nuget locals http-cache -c
336336

337337
export NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=20
338338
export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19476.6",
13+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19502.11",
1414
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2"
1515
}
1616
}

0 commit comments

Comments
 (0)