Skip to content

Commit 825c624

Browse files
committed
Build: Azure Pipelines install SDK 2.2.106
1 parent 05750fd commit 825c624

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
@@ -10,5 +10,11 @@ pool:
1010
vmImage: 'windows-2019'
1111

1212
steps:
13+
- task: UseDotNet@2
14+
displayName: 'Use .NET Core SDK'
15+
inputs:
16+
packageType: sdk
17+
version: 2.2.106
18+
installationPath: $(Agent.ToolsDirectory)/dotnet
1319
- script: build.cmd test
1420
displayName: 'Build & Test'

0 commit comments

Comments
 (0)