From b6d123b37a4c7b77a20c89c7ee4ae4fa13aca18f Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Fri, 23 Aug 2019 13:02:12 -0700 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ce103f0..d42b533 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ steps: platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' msbuildArchitecture: 'x64' - msbuildArguments: '/p:JavaSdkDirectory="$(JAVA_HOME_8_X64)"' + msbuildArguments: '/p:JavaSdkDirectory=C:\Program Files\Android\jdk\microsoft_dist_openjdk_1.8.0.25' - task: VSTest@2 inputs: @@ -37,4 +37,4 @@ steps: - task: PublishPipelineArtifact@0 inputs: artifactName: 'nuget' - targetPath: 'src\Bin\Release\' \ No newline at end of file + targetPath: 'src\Bin\Release\'