Skip to content

Commit 12410ea

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220214.9 (#40622)
[release/3.1] Update dependencies from dotnet/arcade
1 parent 9b8de04 commit 12410ea

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,13 +418,13 @@
418418
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-extensions</Uri>
419419
<Sha>8934ddbf6c4fbc697b8f63eb5a49fb21ccffc56b</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22077.9">
421+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22114.9">
422422
<Uri>https://github.com/dotnet/arcade</Uri>
423-
<Sha>31e3d884010345c19f6335571e34b2b5c7ce13bc</Sha>
423+
<Sha>184ce2c7f17508264ffa19b307d97e7568da05ab</Sha>
424424
</Dependency>
425-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22077.9">
425+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22114.9">
426426
<Uri>https://github.com/dotnet/arcade</Uri>
427-
<Sha>31e3d884010345c19f6335571e34b2b5c7ce13bc</Sha>
427+
<Sha>184ce2c7f17508264ffa19b307d97e7568da05ab</Sha>
428428
</Dependency>
429429
<Dependency Name="Microsoft.AspNetCore.Testing" Version="3.1.23-servicing.22123.2" CoherentParentDependency="Microsoft.EntityFrameworkCore">
430430
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-extensions</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
-->
6565
<PropertyGroup Label="Automated">
6666
<!-- Packages from dotnet/arcade -->
67-
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.22077.9</MicrosoftDotNetGenAPIPackageVersion>
67+
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.22114.9</MicrosoftDotNetGenAPIPackageVersion>
6868
<!-- Packages from dotnet/roslyn -->
6969
<MicrosoftNetCompilersToolsetPackageVersion>3.4.1-beta4-20127-10</MicrosoftNetCompilersToolsetPackageVersion>
7070
<!-- Packages from dotnet/core-setup -->

eng/common/templates/job/job.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
},
2727
"msbuild-sdks": {
2828
"Yarn.MSBuild": "1.22.10",
29-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22077.9"
29+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22114.9"
3030
}
3131
}

0 commit comments

Comments
 (0)