Skip to content

Commit

Permalink
Fix nighthly build pipeline ESRP task dependency (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
gathogojr authored Aug 19, 2024
1 parent 982d923 commit c97840d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/azure-pipelines-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ extends:
CredScan: true
PoliCheck: true

# ESRP code signing task depends on .NET Core 2.x SDK
- task: UseDotNet@2
displayName: Use .NET Core 2.x
inputs:
version: '2.1.x'

# CodeSign
- task: EsrpCodeSigning@1
displayName: 'ESRP CodeSign - OData'
Expand Down

0 comments on commit c97840d

Please sign in to comment.