Skip to content

Commit

Permalink
Add .NET 6 SDK as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Dec 15, 2022
1 parent fd6c35e commit 66d2eb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ variables:
buildConfiguration: 'Release'

steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 6.0.x'
inputs:
version: 6.0.x

- task: UseDotNet@2
displayName: 'Use .NET Core SDK 7.0.x'
inputs:
Expand Down

0 comments on commit 66d2eb8

Please sign in to comment.