Skip to content

Commit 3c6e460

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221216.1 (#45671)
[main] Update dependencies from dotnet/arcade
1 parent c94c3b1 commit 3c6e460

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -302,22 +302,22 @@
302302
<Uri>https://github.com/dotnet/runtime</Uri>
303303
<Sha>c0ebf2bdcdcef90f82c67d357750c34bb56c3f4c</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22609.3">
305+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22616.1">
306306
<Uri>https://github.com/dotnet/arcade</Uri>
307-
<Sha>3e24006ee217f68b0c8a36cf272536ac239c9c47</Sha>
307+
<Sha>57ba56de330e50f9012493b8ba24818e24ec7817</Sha>
308308
<SourceBuild RepoName="arcade" ManagedOnly="true" />
309309
</Dependency>
310-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22609.3">
310+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22616.1">
311311
<Uri>https://github.com/dotnet/arcade</Uri>
312-
<Sha>3e24006ee217f68b0c8a36cf272536ac239c9c47</Sha>
312+
<Sha>57ba56de330e50f9012493b8ba24818e24ec7817</Sha>
313313
</Dependency>
314-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.22609.3">
314+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.22616.1">
315315
<Uri>https://github.com/dotnet/arcade</Uri>
316-
<Sha>3e24006ee217f68b0c8a36cf272536ac239c9c47</Sha>
316+
<Sha>57ba56de330e50f9012493b8ba24818e24ec7817</Sha>
317317
</Dependency>
318-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.22609.3">
318+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.22616.1">
319319
<Uri>https://github.com/dotnet/arcade</Uri>
320-
<Sha>3e24006ee217f68b0c8a36cf272536ac239c9c47</Sha>
320+
<Sha>57ba56de330e50f9012493b8ba24818e24ec7817</Sha>
321321
</Dependency>
322322
</ToolsetDependencies>
323323
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
<MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.22616.2</MicrosoftEntityFrameworkCoreVersion>
136136
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.22616.2</MicrosoftEntityFrameworkCoreDesignVersion>
137137
<!-- Packages from dotnet/arcade -->
138-
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.22609.3</MicrosoftDotNetBuildTasksInstallersVersion>
139-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22609.3</MicrosoftDotNetBuildTasksTemplatingVersion>
138+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.22616.1</MicrosoftDotNetBuildTasksInstallersVersion>
139+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22616.1</MicrosoftDotNetBuildTasksTemplatingVersion>
140140
<!-- Packages from dotnet/source-build-externals -->
141141
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>8.0.0-alpha.1.22609.3</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
142142
<!-- Packages from dotnet/xdt -->
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"RetryCountLimit": 1,
3+
"RetryByAnyError": false
4+
}

eng/common/templates/job/job.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ parameters:
2424
enablePublishBuildAssets: false
2525
enablePublishTestResults: false
2626
enablePublishUsingPipelines: false
27+
enableBuildRetry: false
2728
disableComponentGovernance: false
2829
componentGovernanceIgnoreDirectories: ''
2930
mergeTestResults: false
@@ -228,3 +229,8 @@ jobs:
228229
BuildDropPath: ${{ parameters.buildDropPath }}
229230
IgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
230231

232+
- ${{ if eq(parameters.enableBuildRetry, 'true') }}:
233+
- publish: $(Build.SourcesDirectory)\eng\common\BuildConfiguration
234+
artifact: BuildConfiguration
235+
displayName: Publish build retry configuration
236+
continueOnError: true

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"msbuild-sdks": {
2929
"Yarn.MSBuild": "1.22.10",
30-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22609.3",
31-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22609.3"
30+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22616.1",
31+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22616.1"
3232
}
3333
}

0 commit comments

Comments
 (0)