File tree Expand file tree Collapse file tree 5 files changed +22
-12
lines changed Expand file tree Collapse file tree 5 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 302
302
<Uri >https://github.com/dotnet/runtime</Uri >
303
303
<Sha >c0ebf2bdcdcef90f82c67d357750c34bb56c3f4c</Sha >
304
304
</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 " >
306
306
<Uri >https://github.com/dotnet/arcade</Uri >
307
- <Sha >3e24006ee217f68b0c8a36cf272536ac239c9c47 </Sha >
307
+ <Sha >57ba56de330e50f9012493b8ba24818e24ec7817 </Sha >
308
308
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
309
309
</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 " >
311
311
<Uri >https://github.com/dotnet/arcade</Uri >
312
- <Sha >3e24006ee217f68b0c8a36cf272536ac239c9c47 </Sha >
312
+ <Sha >57ba56de330e50f9012493b8ba24818e24ec7817 </Sha >
313
313
</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 " >
315
315
<Uri >https://github.com/dotnet/arcade</Uri >
316
- <Sha >3e24006ee217f68b0c8a36cf272536ac239c9c47 </Sha >
316
+ <Sha >57ba56de330e50f9012493b8ba24818e24ec7817 </Sha >
317
317
</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 " >
319
319
<Uri >https://github.com/dotnet/arcade</Uri >
320
- <Sha >3e24006ee217f68b0c8a36cf272536ac239c9c47 </Sha >
320
+ <Sha >57ba56de330e50f9012493b8ba24818e24ec7817 </Sha >
321
321
</Dependency >
322
322
</ToolsetDependencies >
323
323
</Dependencies >
Original file line number Diff line number Diff line change 135
135
<MicrosoftEntityFrameworkCoreVersion >8.0.0-alpha.1.22616.2</MicrosoftEntityFrameworkCoreVersion >
136
136
<MicrosoftEntityFrameworkCoreDesignVersion >8.0.0-alpha.1.22616.2</MicrosoftEntityFrameworkCoreDesignVersion >
137
137
<!-- 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 >
140
140
<!-- Packages from dotnet/source-build-externals -->
141
141
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >8.0.0-alpha.1.22609.3</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >
142
142
<!-- Packages from dotnet/xdt -->
Original file line number Diff line number Diff line change
1
+ {
2
+ "RetryCountLimit" : 1 ,
3
+ "RetryByAnyError" : false
4
+ }
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ parameters:
24
24
enablePublishBuildAssets : false
25
25
enablePublishTestResults : false
26
26
enablePublishUsingPipelines : false
27
+ enableBuildRetry : false
27
28
disableComponentGovernance : false
28
29
componentGovernanceIgnoreDirectories : ' '
29
30
mergeTestResults : false
@@ -228,3 +229,8 @@ jobs:
228
229
BuildDropPath : ${{ parameters.buildDropPath }}
229
230
IgnoreDirectories : ${{ parameters.componentGovernanceIgnoreDirectories }}
230
231
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
Original file line number Diff line number Diff line change 27
27
},
28
28
"msbuild-sdks" : {
29
29
"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 "
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments