Skip to content

Commit

Permalink
Update ESRP to v2, remove netcore 2.1 (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau authored Feb 17, 2023
1 parent 88e9118 commit 2ec836c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions azure-pipelines-release-dotnet-isolated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ pool:
- ImageOverride -equals MMS2022TLS

steps:
- task: UseDotNet@2
displayName: 'Use the .NET Core 2.1 SDK (required for build signing)'
inputs:
packageType: 'sdk'
version: '2.1.x'

- task: UseDotNet@2
displayName: 'Use the .NET 6 SDK'
inputs:
Expand All @@ -40,7 +34,7 @@ steps:

# Authenticode sign all the DLLs with the Microsoft certificate.
# This appears to be an in-place signing job, which is convenient.
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
displayName: 'ESRP CodeSigning: Authenticode'
inputs:
ConnectedServiceName: 'ESRP Service'
Expand Down Expand Up @@ -91,7 +85,7 @@ steps:

# Digitally sign all the nuget packages with the Microsoft certificate.
# This appears to be an in-place signing job, which is convenient.
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
displayName: 'ESRP CodeSigning: Nupkg'
inputs:
ConnectedServiceName: 'ESRP Service'
Expand Down

0 comments on commit 2ec836c

Please sign in to comment.