Skip to content

Commit 5f620f5

Browse files
authored
Update azure-pipelines.yml
dotnet version is added
1 parent 21984ce commit 5f620f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,11 @@ jobs:
478478
vmImage: 'windows-latest'
479479
steps:
480480

481+
- task: UseDotNet@2
482+
displayName: 'Use .NET SDK 6.x'
483+
inputs:
484+
version: 6.x
485+
481486
- task: DotNetCoreCLI@2
482487
inputs:
483488
command: custom

0 commit comments

Comments
 (0)