-
Notifications
You must be signed in to change notification settings - Fork 377
Add internal runtime args to source build template #7587
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
Conversation
These need to be passed through to correct restore an internal runtime
|
@MichaelSimons @dseefeld Prep for internal .NET 6 builds. This gets past a couple issues in aspnetcore, but it also looks like that repo will need additional work as it calls its own |
This reverts commit 0563473.
|
Reverting this change, as it's causing Arcade's official build to fail: https://dnceng.visualstudio.com/internal/_build/results?buildId=1221868&view=results |
These need to be passed through to correct restore an internal runtime. This is a follow-on to a previous attempt (dotnet#7587). The two changes from that are: - Use the eng/common/build.sh variation of runtimesourcefeed/runtimesourcefeedkey (without -'s) - Determine whether the MSRC variable is actually set before adding the args.
These need to be passed through to correct restore an internal runtime. This is a follow-on to a previous attempt (#7587). The two changes from that are: - Use the eng/common/build.sh variation of runtimesourcefeed/runtimesourcefeedkey (without -'s) - Determine whether the MSRC variable is actually set before adding the args.
These need to be passed through to correct restore an internal runtime
To double check: