Skip to content

Commit

Permalink
Install net6 in CI for ESRP (#261)
Browse files Browse the repository at this point in the history
* Install net6 in CI for ESRP

* Update task labels
  • Loading branch information
jviau authored Jan 17, 2024
1 parent 63c7a4b commit c838535
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ steps:
submodules: true

- task: UseDotNet@2
displayName: 'Install .NET SDK'
displayName: 'Install .NET 6 SDK (ESRP)' # This is needed for ESRP.
inputs:
packageType: 'sdk'
version: '6.x'

- task: UseDotNet@2
displayName: 'Install .NET SDK (Build)' # This is needed for the build.
inputs:
packageType: 'sdk'
useGlobalJson: true
Expand Down

0 comments on commit c838535

Please sign in to comment.