Skip to content

Commit

Permalink
Explicit install of NET 6 on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed May 5, 2022
1 parent 6b03037 commit f48f71c
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 @@ -37,6 +37,11 @@ jobs:
pool:
vmImage: 'macOS-latest'
steps:
- task: UseDotNet@2
displayName: 'Install .NET 6 sdk'
inputs:
packageType: sdk
version: 6.x
- script: dotnet test build.proj
displayName: dotnet test
- task: PublishTestResults@2
Expand Down

0 comments on commit f48f71c

Please sign in to comment.