Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Continued...
  • Loading branch information
riperiperi committed Nov 13, 2019
1 parent 0e828ed commit f7eeebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -34,6 +34,7 @@ steps:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
msbuildArgs: /t:Simitone.Windows

- task: VSTest@2
inputs:
Expand Down

0 comments on commit f7eeebd

Please sign in to comment.