-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force an x64 runtime install #10494
Force an x64 runtime install #10494
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
The x86 tests fail with
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@mmitche - Does this need to go in main too? |
@pchaurasia14 yes it should |
Works around an issue where because WPF uses Platform globally as to mean the Target platform, and because this is a default property that arcade uses to install additional runtimes, arcade installs the arm64 runtime on an x64 machine, which breaks when we try to run msbuild in signing. It would also break things if we ever ran testing.
Microsoft Reviewers: Open in CodeFlow