mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58: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:
|
||||
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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue