Browse Source

Build: Azure Pipelines install SDK 2.2.106

arrays
Christoph Ruegg 7 years ago
parent
commit
825c624971
  1. 6
      azure-pipelines.yml

6
azure-pipelines.yml

@ -10,5 +10,11 @@ pool:
vmImage: 'windows-2019'
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK'
inputs:
packageType: sdk
version: 2.2.106
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: build.cmd test
displayName: 'Build & Test'

Loading…
Cancel
Save