Skip to content

Commit 93b1a46

Browse files
Update azure-pipelines.yml
1 parent 1dbb2b5 commit 93b1a46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

+5
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)