File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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.19480.3 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 5.0.0-beta.19501.4 " >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >238f1bbb23ba67616818d0b242c5b55a18edec55 </Sha >
8+ <Sha >c21a409f11386d22c6083198176868d3974de832 </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
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.19480.3 " ,
13+ "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-beta.19501.4 " ,
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