Update azure-pipelines.yml

This commit is contained in:
2021-01-30 02:10:04 +00:00
parent 8911ebc641
commit 722aae6c96

View File

@@ -14,6 +14,11 @@ variables:
buildConfiguration: 'Release'
steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '5.0.x'
- task: NuGetToolInstaller@1
- task: NuGetCommand@2