-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Set new HTTPS environment variable when using out of process #16724
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
@aspnet/build in 3.0 now, do I need to update the patch.config file if the component is in the targeting pack? |
@wtgodbe @JunTaoLuo For the patch config question |
In general, yes. This time around we're explicitly building the targeting pack, but I'm not 100% sure if we also need to turn on the build of this individual component. @JunTaoLuo might have a more concrete answer on that. |
Just chatted with @dougbu & @JunTaoLuo - you should add the affected project(s) to patchConfig.props |
This was approved over email, FYI. Updating labels. Please confirm with @aspnet/build that the branch is clear to merge in to. |
Clear to merge. |
@Pilchie / @aspnet/build please merge (I not authorized to). |
* Set new HTTPS environment variable when using out of process * Add https redirection test * Update HttpsTests.cs * Update patch config
Same as #16713 except targeting 3.0
@Pilchie can we target this for 3.0.1?