-
Notifications
You must be signed in to change notification settings - Fork 136
Small fix to evaluate ASP.NET targeting patch dynamically. #801
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
If this is evaluated in the production build, it ends up being a constant in the final build.
For more context, if source-build was built using a source-built sdk, this would previously evaluate to this line in the final
The condition would evaluate to false, and so the the default value for (As for building source-build using the result of a previously-built source-build, we will need to get it to work for #782. This error doesn't seem to happen when source-build is built using the default dotnetcli used by source-build) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for taking care of this so quickly!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, thanks!
@dotnet-bot test OSX10.12 Release please. |
2 similar comments
@dotnet-bot test OSX10.12 Release please. |
@dotnet-bot test OSX10.12 Release please. |
Previously we were ending up accidentally setting this to a constant. Also add a bit more detail to the comment about why this is needed.