Adding VSBuild to azure-pipelines

This commit is contained in:
Travis Jensen 2019-09-04 17:00:23 -07:00
Родитель d739bd203c
Коммит 2942f2acc6
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -17,3 +17,12 @@ steps:
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
- task: VSBuild@1
displayName: 'Build .NET sln'
inputs:
solution: '$(Build.SourcesDirectory)\Forge.sln'
platform: 'Any CPU'
configuration: Release