1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-27 23:09:10 +02:00

possibly fix the pipeline

This commit is contained in:
Ellpeck 2020-02-07 15:08:54 +01:00
parent 5428be55ce
commit d638d4a3dc

View file

@ -21,13 +21,18 @@ steps:
inputs:
restoreSolution: '$(solution)'
- task: VSBuild@1
- task: DotNetCoreCLI@2
inputs:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
command: 'build'
projects: |
**/MLEM*.csproj
**/Demos.csproj
**/Demos.DesktopGL.csproj
- task: VSTest@2
- task: XamarinAndroid@1
inputs:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
projectFile: '**/*Android.csproj'
target: 'Release'
jdkOption: 'JDKVersion'