File tree Expand file tree Collapse file tree 4 files changed +11
-24
lines changed
common/core-templates/job Expand file tree Collapse file tree 4 files changed +11
-24
lines changed Original file line number Diff line number Diff line change 8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<ToolsetDependencies >
11
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25178.2 " >
11
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25206.1 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
13
+ <Sha >37f732fbfa006386f89a16be417278ea4fee375e </Sha >
14
14
</Dependency >
15
15
<!-- Intermediate is necessary for source build. -->
16
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.25178.2 " >
16
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 10.0.0-beta.25206.1 " >
17
17
<Uri >https://github.com/dotnet/arcade</Uri >
18
- <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
18
+ <Sha >37f732fbfa006386f89a16be417278ea4fee375e </Sha >
19
19
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
20
20
</Dependency >
21
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25178.2 " >
21
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25206.1 " >
22
22
<Uri >https://github.com/dotnet/arcade</Uri >
23
- <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
23
+ <Sha >37f732fbfa006386f89a16be417278ea4fee375e </Sha >
24
24
</Dependency >
25
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25178.2 " >
25
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25206.1 " >
26
26
<Uri >https://github.com/dotnet/arcade</Uri >
27
- <Sha >7d1967403f5b12406763c666f41e3358bb542ced </Sha >
27
+ <Sha >37f732fbfa006386f89a16be417278ea4fee375e </Sha >
28
28
</Dependency >
29
29
</ToolsetDependencies >
30
30
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25178.2 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25206.1 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
Original file line number Diff line number Diff line change 73
73
- ${{ if ne(parameters.enableTelemetry, 'false') }} :
74
74
- name : DOTNET_CLI_TELEMETRY_PROFILE
75
75
value : ' $(Build.Repository.Uri)'
76
- - ${{ if eq(parameters.enableRichCodeNavigation, 'true') }} :
77
- - name : EnableRichCodeNavigation
78
- value : ' true'
79
76
# Retry signature validation up to three times, waiting 2 seconds between attempts.
80
77
# See https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu3028#retry-untrusted-root-failures
81
78
- name : NUGET_EXPERIMENTAL_CHAIN_BUILD_RETRY_POLICY
@@ -147,16 +144,6 @@ jobs:
147
144
- ${{ each step in parameters.steps }} :
148
145
- ${{ step }}
149
146
150
- - ${{ if eq(parameters.enableRichCodeNavigation, true) }} :
151
- - task : RichCodeNavIndexer@0
152
- displayName : RichCodeNav Upload
153
- inputs :
154
- languages : ${{ coalesce(parameters.richCodeNavigationLanguage, 'csharp') }}
155
- environment : ${{ coalesce(parameters.richCodeNavigationEnvironment, 'internal') }}
156
- richNavLogOutputDirectory : $(Build.SourcesDirectory)/artifacts/bin
157
- uploadRichNavArtifacts : ${{ coalesce(parameters.richCodeNavigationUploadArtifacts, false) }}
158
- continueOnError : true
159
-
160
147
- ${{ each step in parameters.componentGovernanceSteps }} :
161
148
- ${{ step }}
162
149
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 10.0.100-preview.3.25167.3"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25178.2 " ,
7
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25178.2 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25206.1 " ,
7
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25206.1 " ,
8
8
"Microsoft.Build.Traversal" : " 3.4.0"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments