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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue