Skip to content

Commit 2ec836c

Browse files
authored
Update ESRP to v2, remove netcore 2.1 (#2388)
1 parent 88e9118 commit 2ec836c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

azure-pipelines-release-dotnet-isolated.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ pool:
88
- ImageOverride -equals MMS2022TLS
99

1010
steps:
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:
@@ -40,7 +34,7 @@ steps:
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'
@@ -91,7 +85,7 @@ steps:
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'

0 commit comments

Comments
 (0)