Update azure-pipelines.yml for Azure Pipelines

Continued...
This commit is contained in:
riperiperi 2019-11-13 01:07:56 +00:00
parent 0e828ed644
commit f7eeebdee7

View file

@ -19,7 +19,7 @@ steps:
submodules: recursive submodules: recursive
persistCredentials: true persistCredentials: true
- powershell: cd ./FreeSO/Other/libs/FSOMonoGame/; ./protobuild.exe --generate - powershell: cd ./FreeSO/Other/libs/FSOMonoGame/; ./protobuild.exe --generate; cd ../../../../
name: Protobuild name: Protobuild
continueOnError: true continueOnError: true
@ -34,6 +34,7 @@ steps:
solution: '$(solution)' solution: '$(solution)'
platform: '$(buildPlatform)' platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)' configuration: '$(buildConfiguration)'
msbuildArgs: /t:Simitone.Windows
- task: VSTest@2 - task: VSTest@2
inputs: inputs: