Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0dee78f

Browse files
committed
Merge in 'release/3.1' changes
2 parents 55ac59b + b4f19e3 commit 0dee78f

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<ProductDependencies>
33
</ProductDependencies>
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22077.9">
5+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22114.9">
66
<Uri>https://github.com/dotnet/arcade</Uri>
7-
<Sha>31e3d884010345c19f6335571e34b2b5c7ce13bc</Sha>
7+
<Sha>184ce2c7f17508264ffa19b307d97e7568da05ab</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.22077.9">
9+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.22114.9">
1010
<Uri>https://github.com/dotnet/arcade</Uri>
11-
<Sha>31e3d884010345c19f6335571e34b2b5c7ce13bc</Sha>
11+
<Sha>184ce2c7f17508264ffa19b307d97e7568da05ab</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.22077.9">
13+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.22114.9">
1414
<Uri>https://github.com/dotnet/arcade</Uri>
15-
<Sha>31e3d884010345c19f6335571e34b2b5c7ce13bc</Sha>
15+
<Sha>184ce2c7f17508264ffa19b307d97e7568da05ab</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="1.0.0-beta.22077.9">
17+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="1.0.0-beta.22114.9">
1818
<Uri>https://github.com/dotnet/arcade</Uri>
19-
<Sha>31e3d884010345c19f6335571e34b2b5c7ce13bc</Sha>
19+
<Sha>184ce2c7f17508264ffa19b307d97e7568da05ab</Sha>
2020
</Dependency>
2121
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-servicing.21310.1">
2222
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<UsingToolXliff>false</UsingToolXliff>
1616
<!-- Package versions -->
1717
<!-- arcade -->
18-
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.22077.9</MicrosoftDotNetBuildTasksFeedVersion>
19-
<MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.22077.9</MicrosoftDotNetBuildTasksPackagingVersion>
20-
<MicrosoftDotNetHelixSdkVersion>2.0.0-beta.22077.9</MicrosoftDotNetHelixSdkVersion>
18+
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.22114.9</MicrosoftDotNetBuildTasksFeedVersion>
19+
<MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.22114.9</MicrosoftDotNetBuildTasksPackagingVersion>
20+
<MicrosoftDotNetHelixSdkVersion>2.0.0-beta.22114.9</MicrosoftDotNetHelixSdkVersion>
2121
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.19278.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
2222
<!-- roslyn -->
2323
<MicrosoftNetCompilersToolsetVersion>3.3.0-beta2-19367-02</MicrosoftNetCompilersToolsetVersion>

eng/common/templates/job/job.yml

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162

163163
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(parameters.disableComponentGovernance, 'true')) }}:
164164
- task: ComponentGovernanceComponentDetection@0
165+
continueOnError: true
165166

166167
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
167168
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"python": "2.7.15"
88
},
99
"msbuild-sdks": {
10-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22077.9",
11-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.22077.9",
10+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22114.9",
11+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.22114.9",
1212
"Microsoft.Build.NoTargets": "1.0.53",
1313
"Microsoft.Build.Traversal": "2.0.2"
1414
}

0 commit comments

Comments
 (0)