-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add windows support for build.sh #94
Add windows support for build.sh #94
Conversation
I assume we only need this in the root script and not in the helper ones? Ie |
This will never be exercised in CI so please make sure it works correctly. Also expect this to be broken if someones changes the scripts as some point. |
This has been soaked in corefx for a few months, so I'm expecting it to work without issue. |
Good question. I think it's generally overkill to do it everywhere. It's best to just keep it in common entrypoints, given that our bash infra won't support windows in the foreseeable future. |
Merging as we passed the stage where build.cmd/sh is called. |
This reverts commit 7783fd5.
Merge from dotnet/runtime
Ports the change from dotnet/corefx#41947