Skip to content

Commit

Permalink
use net6 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkl committed Jun 12, 2024
1 parent 125c761 commit f47d190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildsystem/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ stages:
vmImage: 'windows-latest'
steps:
- template: base-template.yml
- task: UseDotNet@2
displayName: 'Use .NET Core SDK'
inputs:
packageType: sdk
version: 6.0.x
- task: DotNetCoreCLI@2
displayName: 'Test'
inputs:
Expand Down

0 comments on commit f47d190

Please sign in to comment.