Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Timothy Baldridge 2019-09-24 14:12:03 -06:00
parent 30b592f16e
commit 37c6af9a6a

View File

@ -15,6 +15,10 @@ variables:
buildConfiguration: 'Debug'
steps:
- checkout: self
clean: true
submodules: true
- task: NuGetToolInstaller@1
- task: NuGetCommand@2