From 145bb3c1522cf122cfaadc54599c523c05a39b10 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Fri, 23 Aug 2019 13:05:05 -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 a7b53eb..9a04d00 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)"' + 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\'