From f19cacf73980732ecbfa3ca0e95912ed1c78014e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 7 Feb 2020 15:15:40 +0100 Subject: [PATCH] remove Android task --- azure-pipelines.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dbdb7cc..0e6e0b8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,12 +27,4 @@ steps: projects: | **/MLEM*.csproj **/Demos.csproj - **/Demos.DesktopGL.csproj - -- task: XamarinAndroid@1 - inputs: - projectFile: '**/*Android.csproj' - target: 'Release' - jdkOption: 'JDKVersion' - - + **/Demos.DesktopGL.csproj \ No newline at end of file