File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 88 - ImageOverride -equals MMS2022TLS
99
1010steps :
11- - task : UseDotNet@2
12- displayName : ' Use the .NET Core 2.1 SDK (required for build signing)'
13- inputs :
14- packageType : ' sdk'
15- version : ' 2.1.x'
16-
1711- task : UseDotNet@2
1812 displayName : ' Use the .NET 6 SDK'
1913 inputs :
4034
4135# Authenticode sign all the DLLs with the Microsoft certificate.
4236# This appears to be an in-place signing job, which is convenient.
43- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
37+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
4438 displayName : ' ESRP CodeSigning: Authenticode'
4539 inputs :
4640 ConnectedServiceName : ' ESRP Service'
9185
9286# Digitally sign all the nuget packages with the Microsoft certificate.
9387# This appears to be an in-place signing job, which is convenient.
94- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
88+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
9589 displayName : ' ESRP CodeSigning: Nupkg'
9690 inputs :
9791 ConnectedServiceName : ' ESRP Service'
You can’t perform that action at this time.
0 commit comments