From 879b3ab624e02ccd02891629a6d91f5caa7d6192 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Wed, 21 Aug 2019 12:16:31 -0700 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index adbad00..ce103f0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,6 +26,8 @@ steps: solution: '$(solution)' platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' + msbuildArchitecture: 'x64' + msbuildArguments: '/p:JavaSdkDirectory="$(JAVA_HOME_8_X64)"' - task: VSTest@2 inputs: @@ -35,4 +37,4 @@ steps: - task: PublishPipelineArtifact@0 inputs: artifactName: 'nuget' - targetPath: 'src\Bin\Release\' + targetPath: 'src\Bin\Release\' \ No newline at end of file