mirror of
https://github.com/riperiperi/Simitone.git
synced 2025-01-22 09:11:52 -05:00
Update azure-pipelines.yml for Azure Pipelines
Continued...
This commit is contained in:
parent
0e828ed644
commit
f7eeebdee7
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
submodules: recursive
|
||||
persistCredentials: true
|
||||
|
||||
- powershell: cd ./FreeSO/Other/libs/FSOMonoGame/; ./protobuild.exe --generate
|
||||
- powershell: cd ./FreeSO/Other/libs/FSOMonoGame/; ./protobuild.exe --generate; cd ../../../../
|
||||
name: Protobuild
|
||||
continueOnError: true
|
||||
|
||||
|
@ -34,6 +34,7 @@ steps:
|
|||
solution: '$(solution)'
|
||||
platform: '$(buildPlatform)'
|
||||
configuration: '$(buildConfiguration)'
|
||||
msbuildArgs: /t:Simitone.Windows
|
||||
|
||||
- task: VSTest@2
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue