mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-26 14:38:34 +01:00
possibly fix the pipeline
This commit is contained in:
parent
5428be55ce
commit
d638d4a3dc
1 changed files with 12 additions and 7 deletions
|
@ -21,13 +21,18 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '$(solution)'
|
restoreSolution: '$(solution)'
|
||||||
|
|
||||||
- task: VSBuild@1
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
solution: '$(solution)'
|
command: 'build'
|
||||||
platform: '$(buildPlatform)'
|
projects: |
|
||||||
configuration: '$(buildConfiguration)'
|
**/MLEM*.csproj
|
||||||
|
**/Demos.csproj
|
||||||
|
**/Demos.DesktopGL.csproj
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: XamarinAndroid@1
|
||||||
inputs:
|
inputs:
|
||||||
platform: '$(buildPlatform)'
|
projectFile: '**/*Android.csproj'
|
||||||
configuration: '$(buildConfiguration)'
|
target: 'Release'
|
||||||
|
jdkOption: 'JDKVersion'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue