File tree Expand file tree Collapse file tree 5 files changed +20
-16
lines changed
common/templates-official/job Expand file tree Collapse file tree 5 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 23
23
<!-- End: Package sources from dotnet-runtime -->
24
24
<!-- Begin: Package sources from dotnet-templating -->
25
25
<add key =" darc-pub-dotnet-templating-caa21b1" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-caa21b11/nuget/v3/index.json" />
26
+ <add key =" darc-pub-dotnet-templating-caa21b1-3" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-caa21b11-3/nuget/v3/index.json" />
27
+ <add key =" darc-pub-dotnet-templating-caa21b1-2" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-caa21b11-2/nuget/v3/index.json" />
26
28
<add key =" darc-pub-dotnet-templating-caa21b1-1" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-caa21b11-1/nuget/v3/index.json" />
27
29
<!-- End: Package sources from dotnet-templating -->
28
30
<!-- Begin: Package sources from dotnet-windowsdesktop -->
Original file line number Diff line number Diff line change 491
491
</Dependency >
492
492
</ProductDependencies >
493
493
<ToolsetDependencies >
494
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25366.2 " >
494
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25378.1 " >
495
495
<Uri >https://github.com/dotnet/arcade</Uri >
496
- <Sha >a73c08ec0de5a6e5e2a8668837df67edecb3a3da </Sha >
496
+ <Sha >8dca4f8ae100b102230287f8cc1b75264c9f1a6f </Sha >
497
497
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
498
498
</Dependency >
499
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25366.2 " >
499
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25378.1 " >
500
500
<Uri >https://github.com/dotnet/arcade</Uri >
501
- <Sha >a73c08ec0de5a6e5e2a8668837df67edecb3a3da </Sha >
501
+ <Sha >8dca4f8ae100b102230287f8cc1b75264c9f1a6f </Sha >
502
502
</Dependency >
503
- <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.25366.2 " >
503
+ <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.25378.1 " >
504
504
<Uri >https://github.com/dotnet/arcade</Uri >
505
- <Sha >a73c08ec0de5a6e5e2a8668837df67edecb3a3da </Sha >
505
+ <Sha >8dca4f8ae100b102230287f8cc1b75264c9f1a6f </Sha >
506
506
</Dependency >
507
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.25366.2 " >
507
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.25378.1 " >
508
508
<Uri >https://github.com/dotnet/arcade</Uri >
509
- <Sha >a73c08ec0de5a6e5e2a8668837df67edecb3a3da </Sha >
509
+ <Sha >8dca4f8ae100b102230287f8cc1b75264c9f1a6f </Sha >
510
510
</Dependency >
511
511
<Dependency Name =" System.Reflection.MetadataLoadContext" Version =" 8.0.1" >
512
512
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
Original file line number Diff line number Diff line change 36
36
<SystemCollectionsImmutablePackageVersion >8.0.0</SystemCollectionsImmutablePackageVersion >
37
37
<SystemDiagnosticsFileVersionInfoVersion >4.0.0</SystemDiagnosticsFileVersionInfoVersion >
38
38
<SystemReflectionMetadataVersion >8.0.0</SystemReflectionMetadataVersion >
39
- <MicrosoftDotNetSignToolVersion >8.0.0-beta.25366.2 </MicrosoftDotNetSignToolVersion >
39
+ <MicrosoftDotNetSignToolVersion >8.0.0-beta.25378.1 </MicrosoftDotNetSignToolVersion >
40
40
<MicrosoftWebXdtPackageVersion >7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion >
41
41
<SystemSecurityCryptographyProtectedDataPackageVersion >8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion >
42
42
<SystemCollectionsSpecializedPackageVersion >4.3.0</SystemCollectionsSpecializedPackageVersion >
215
215
<PropertyGroup >
216
216
<FluentAssertionsVersion >6.12.0</FluentAssertionsVersion >
217
217
<FluentAssertionsJsonVersion >6.1.0</FluentAssertionsJsonVersion >
218
- <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.25366.2 </MicrosoftDotNetXUnitExtensionsVersion >
218
+ <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.25378.1 </MicrosoftDotNetXUnitExtensionsVersion >
219
219
<MoqPackageVersion >4.18.4</MoqPackageVersion >
220
220
<XunitCombinatorialVersion >1.3.2</XunitCombinatorialVersion >
221
221
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ parameters:
21
21
# See schema documentation - https://github.com/dotnet/arcade/blob/master/Documentation/AzureDevOps/TemplateSchema.md
22
22
artifacts : ' '
23
23
enableMicrobuild : false
24
+ microbuildUseESRP : true
24
25
enablePublishBuildArtifacts : false
25
26
enablePublishBuildAssets : false
26
27
enablePublishTestResults : false
@@ -135,10 +136,11 @@ jobs:
135
136
signType : $(_SignType)
136
137
zipSources : false
137
138
feedSource : https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
138
- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }} :
139
- ConnectedPMEServiceName : 6cc74545-d7b9-4050-9dfa-ebefcc8961ea
140
- ${{ else }} :
141
- ConnectedPMEServiceName : 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
139
+ ${{ if eq(parameters.microbuildUseESRP, true) }} :
140
+ ${{ if eq(variables['System.TeamProject'], 'DevDiv') }} :
141
+ ConnectedPMEServiceName : 6cc74545-d7b9-4050-9dfa-ebefcc8961ea
142
+ ${{ else }} :
143
+ ConnectedPMEServiceName : 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
142
144
env :
143
145
TeamName : $(_TeamName)
144
146
MicroBuildOutputFolderOverride : ' $(Agent.TempDirectory)'
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"msbuild-sdks" : {
17
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25366.2 " ,
18
- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25366.2 "
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25378.1 " ,
18
+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25378.1 "
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments