Skip to content

Commit

Permalink
Add missing SDK for NuGet builds (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
brbayes-msft authored Dec 5, 2022
1 parent 7c1ae1b commit 570ffa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Pipelines/templates/nuget-build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
TreatSignatureUpdateFailureAs: 'Warning'
SignatureFreshness: 'UpToDate'
TreatStaleSignatureAs: 'Warning'
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '2.1.804'
- task: EsrpCodeSigning@1
displayName: Code Sign Nuget Packages
condition: and(succeeded(), eq('${{ parameters.publishToNuget }}', 'true'))
Expand Down

0 comments on commit 570ffa6

Please sign in to comment.