зеркало из https://github.com/microsoft/Forge.git
Adding VSBuild to azure-pipelines
This commit is contained in:
Родитель
d739bd203c
Коммит
2942f2acc6
|
@ -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
|
Загрузка…
Ссылка в новой задаче