Skip to content

Commit

Permalink
Set msbuild.exe arch to x64 to avoid issues with nuget wdk (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett authored Dec 10, 2024
1 parent d2721ee commit e8441c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onebranch/v1/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8441c0

Please sign in to comment.