Skip to content

Commit 4db4714

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20210315.1 (#1484)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21160.7 -> To Version 6.0.0-beta.21165.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent b819a77 commit 4db4714

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ToolsetDependencies>
4-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21160.7">
4+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21165.1">
55
<Uri>https://github.com/dotnet/arcade</Uri>
6-
<Sha>7f13798e5f567b72ffe63205bf49839245f0f8c1</Sha>
6+
<Sha>d88b466beb295e15b5e3bcb36b02b7900d4fd0ca</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21160.7">
8+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21165.1">
99
<Uri>https://github.com/dotnet/arcade</Uri>
10-
<Sha>7f13798e5f567b72ffe63205bf49839245f0f8c1</Sha>
10+
<Sha>d88b466beb295e15b5e3bcb36b02b7900d4fd0ca</Sha>
1111
</Dependency>
12-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.21160.7">
12+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.21165.1">
1313
<Uri>https://github.com/dotnet/arcade</Uri>
14-
<Sha>7f13798e5f567b72ffe63205bf49839245f0f8c1</Sha>
14+
<Sha>d88b466beb295e15b5e3bcb36b02b7900d4fd0ca</Sha>
1515
</Dependency>
1616
</ToolsetDependencies>
1717
<!-- ProductDependencies -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
5-
<MicrosoftDotNetGenAPIPackageVersion>6.0.0-beta.21160.7</MicrosoftDotNetGenAPIPackageVersion>
5+
<MicrosoftDotNetGenAPIPackageVersion>6.0.0-beta.21165.1</MicrosoftDotNetGenAPIPackageVersion>
66
<!-- dotnet/corefx dependencies -->
77
<SystemDrawingCommonPackageVersion>5.0.2</SystemDrawingCommonPackageVersion>
88
<SystemIOPortsPackageVersion>5.0.1</SystemIOPortsPackageVersion>

eng/common/templates/steps/perf-send-to-helix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
sendParams: $(Build.SourcesDirectory)/eng/common/performance/${{ parameters.ProjectFile }} /restore /t:Test /bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/SendToHelix.binlog
3030
displayName: ${{ parameters.DisplayNamePrefix }}
3131
condition: ${{ parameters.condition }}
32-
continueOnError: ${{ parameters.continueOnError }}
32+
shouldContinueOnError: ${{ parameters.continueOnError }}
3333
environment:
3434
BuildConfig: $(_BuildConfig)
3535
HelixSource: ${{ parameters.HelixSource }}

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "6.0.100-preview.1.21103.13",
3+
"dotnet": "6.0.100-preview.2.21155.3",
44
"runtimes": {
55
"dotnet/x64": [
66
"2.1.25",
@@ -9,10 +9,10 @@
99
}
1010
},
1111
"sdk": {
12-
"version": "6.0.100-preview.1.21103.13"
12+
"version": "6.0.100-preview.2.21155.3"
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21160.7",
16-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21160.7"
15+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21165.1",
16+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21165.1"
1717
}
1818
}

0 commit comments

Comments
 (0)