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

Commit 1e2fd8f

Browse files
committed
Specify .netcore version to 2.1 for msvc2019
1 parent 89e3419 commit 1e2fd8f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@ jobs:
258258
}
259259
displayName: 'Create placeholder depth engine'
260260
261+
- task: UseDotNet@2
262+
displayName: 'Use .NET Core SDK 2.1'
263+
inputs:
264+
packageType: 'sdk'
265+
version: '2.1.x'
266+
condition: and(succeeded(), eq(variables['vmImage'], 'windows-2019'))
267+
261268
- task: NuGetToolInstaller@0
262269
inputs:
263270
versionSpec: '>=4.3.1'

0 commit comments

Comments
 (0)