From e8441c0f2b9e0f8e3268eac20196338d538846ab Mon Sep 17 00:00:00 2001 From: Alan Jowett Date: Tue, 10 Dec 2024 13:18:10 -0800 Subject: [PATCH] Set msbuild.exe arch to x64 to avoid issues with nuget wdk (#46) Signed-off-by: Alan Jowett --- onebranch/v1/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/onebranch/v1/build.yml b/onebranch/v1/build.yml index 9963177..4c8f092 100644 --- a/onebranch/v1/build.yml +++ b/onebranch/v1/build.yml @@ -156,6 +156,7 @@ jobs: platform: $(ob_build_platform) configuration: $(ob_build_config) maximumCpuCount: true + msbuildArchitecture: x64 msbuildArgs: '-p:UndockedOfficial=${{ parameters.nativeCompiler }} -p:UndockedBuildId=$(Build.BuildId) ${{ parameters.msbuildArgs }}' - ${{ if eq(parameters.sign, true) }}: # https://eng.ms/docs/cloud-ai-platform/azure-edge-platform-aep/aep-engineering-systems/productivity-and-experiences/onebranch-platform-services/onebranch/signing