Skip to content

Commit

Permalink
Add .NET Core 2.1 support for build signing pipeline (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgillum authored Nov 20, 2021
1 parent e1b175b commit 488cb31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ pool:
vmImage: 'windows-latest'

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

- task: UseDotNet@2
displayName: 'Use the .NET 6 SDK'
inputs:
Expand Down

0 comments on commit 488cb31

Please sign in to comment.