Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Specify .netcore version to 2.1 for msvc2019
Browse files Browse the repository at this point in the history
  • Loading branch information
buresu committed Jul 8, 2022
1 parent 89e3419 commit 1e2fd8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,13 @@ jobs:
}
displayName: 'Create placeholder depth engine'
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 2.1'
inputs:
packageType: 'sdk'
version: '2.1.x'
condition: and(succeeded(), eq(variables['vmImage'], 'windows-2019'))

- task: NuGetToolInstaller@0
inputs:
versionSpec: '>=4.3.1'
Expand Down

0 comments on commit 1e2fd8f

Please sign in to comment.