Skip to content

Commit dfb94a2

Browse files
dotnet-maestro[bot]baronfel
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20191001.4
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19501.4
1 parent 15cc012 commit dfb94a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.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>

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.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
}

0 commit comments

Comments
 (0)