Skip to content

Respect -noBuildNative for Kestrel #39619

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

Closed
wants to merge 2 commits into from
Closed

Conversation

sebastienros
Copy link
Member

No description provided.

@TanayParikh TanayParikh added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jan 18, 2022
@sebastienros
Copy link
Member Author

Related comment #22017 (comment)

Without this change, Kestrel/build.cmd triggers native builds even with -noBuildNative which takes much more time while it's not necessary.

@sebastienros
Copy link
Member Author

Another mitigation for the issue is to add /p:BuildIisNativeProjects=false to the command line when calling Kestrel/build.cmd

@BrennanConroy
Copy link
Member

I think #39655 fixed this, now -nobuildnative works with build.cmd in kestrel

@sebastienros
Copy link
Member Author

Not sure, it was just a property which got renamed. But will try with and without /p:BuildIisNativeProjects=false.

@sebastienros sebastienros deleted the sebros/kestrelnative branch February 10, 2022 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants