Skip to content

Commit

Permalink
Downgrade .NET SDK to 2.1.x for Code Sign task (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen authored Nov 15, 2021
1 parent c8ea40d commit 777873a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builds/template-steps-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ steps:

# CodeSign is only run on release builds
- task: UseDotNet@2
displayName: 'Install .NET SDK 5.0.x for CodeSign'
displayName: 'Install .NET Core SDK 2.1.x for CodeSign'
condition: '${{ parameters.runCodeSign }}'
inputs:
version: '5.0.x'
version: '2.1.x'

# CodeSign DLLs included in the SDK
- task: EsrpCodeSigning@1
Expand Down

0 comments on commit 777873a

Please sign in to comment.