Skip to content

Commit f56c377

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 279d17c commit f56c377

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines-1.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ pool:
1010
vmImage: 'windows-2019'
1111

1212
steps:
13-
13+
- task: UseDotNet@2
14+
inputs:
15+
packageType: 'sdk'
16+
version: '6.0.106'
1417

1518

1619
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)