Skip to content

Commit 4d74498

Browse files
author
Dustin Masters
committed
Update azure-pipelines.yml
1 parent a7144d5 commit 4d74498

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ steps:
1515

1616
- script: npm install --global npm
1717

18+
- task: DotNetCoreInstaller@0
19+
inputs:
20+
packageType: 'sdk'
21+
version: '3.0.100-preview3-010431'
22+
1823
- task: VSBuild@1
1924
inputs:
2025
solution: 'build.proj'

0 commit comments

Comments
 (0)