这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@anthonyshew
Copy link
Contributor

Description

In #11114, dotnet on Windows wasn't working for an unexpected reason. It turned out that there's a ProgramFiles(x86) environment variable that's important to the setup.

I did some digging and this is what I found:

On 64-bit Windows, 32-bit applications are typically installed in a separate directory to maintain compatibility and prevent conflicts with 64-bit applications. This directory is designated by ProgramFiles(x86).

This sounds like it fits into being a part of our default passthroughs, given its system-level nature.

Testing Instructions

CI

@anthonyshew anthonyshew requested a review from a team as a code owner November 17, 2025 14:48
@vercel
Copy link
Contributor

vercel bot commented Nov 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
examples-basic-web Ready Ready Preview Comment Nov 17, 2025 5:51pm
examples-designsystem-docs Ready Ready Preview Comment Nov 17, 2025 5:51pm
examples-gatsby-web Ready Ready Preview Comment Nov 17, 2025 5:51pm
examples-kitchensink-blog Ready Ready Preview Comment Nov 17, 2025 5:51pm
examples-nonmonorepo Ready Ready Preview Comment Nov 17, 2025 5:51pm
examples-svelte-web Ready Ready Preview Comment Nov 17, 2025 5:51pm
examples-tailwind-web Ready Ready Preview Comment Nov 17, 2025 5:51pm
examples-vite-web Building Building Preview Comment Nov 17, 2025 5:51pm
turbo-site Ready Ready Preview Comment Nov 17, 2025 5:51pm

@anthonyshew anthonyshew changed the title feat: add Windows-specific env var to default passthroughs feat: Add Windows-specific env var to default passthroughs Nov 17, 2025
@anthonyshew anthonyshew merged commit caee619 into main Nov 17, 2025
99 checks passed
@anthonyshew anthonyshew deleted the shew/c3e13 branch November 17, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants