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

Commit 07228c7

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

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

0 commit comments

Comments
 (0)