File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments