File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.22609.3 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.22616.1 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >3e24006ee217f68b0c8a36cf272536ac239c9c47 </Sha >
8
+ <Sha >57ba56de330e50f9012493b8ba24818e24ec7817 </Sha >
9
9
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
10
10
</Dependency >
11
- <Dependency Name =" Microsoft.DotNet.ApiCompat" Version =" 8.0.0-beta.22609.3 " >
11
+ <Dependency Name =" Microsoft.DotNet.ApiCompat" Version =" 8.0.0-beta.22616.1 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >3e24006ee217f68b0c8a36cf272536ac239c9c47 </Sha >
13
+ <Sha >57ba56de330e50f9012493b8ba24818e24ec7817 </Sha >
14
14
</Dependency >
15
15
<Dependency Name =" Microsoft.NET.Sdk.IL" Version =" 7.0.0-rtm.22507.1" >
16
16
<Uri >https://github.com/dotnet/runtime</Uri >
Original file line number Diff line number Diff line change 18
18
<SystemReflectionMetadataVersion >5.0.0</SystemReflectionMetadataVersion >
19
19
<MicrosoftBuildFrameworkVersion >17.0.0-preview-21267-01</MicrosoftBuildFrameworkVersion >
20
20
<MicrosoftBuildUtilitiesCoreVersion >17.0.0-preview-21267-01</MicrosoftBuildUtilitiesCoreVersion >
21
- <MicrosoftDotNetApiCompatVersion >8.0.0-beta.22609.3 </MicrosoftDotNetApiCompatVersion >
21
+ <MicrosoftDotNetApiCompatVersion >8.0.0-beta.22616.1 </MicrosoftDotNetApiCompatVersion >
22
22
<MicrosoftDotNetCodeAnalysisVersion >6.0.0-beta.21271.1</MicrosoftDotNetCodeAnalysisVersion >
23
23
<MicrosoftCodeAnalysisCSharpCodeStyleVersion >3.10.0-2.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion >
24
24
<MicrosoftCodeAnalysisVersion >4.5.0-1.22517.9</MicrosoftCodeAnalysisVersion >
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 8
8
"dotnet" : " 7.0.100"
9
9
},
10
10
"msbuild-sdks" : {
11
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.22609.3 " ,
11
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.22616.1 " ,
12
12
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT" : " 1.0.0" ,
13
13
"Microsoft.NET.Sdk.IL" : " 7.0.0-rtm.22507.1"
14
14
}
You can’t perform that action at this time.
0 commit comments