We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The BuildInstallers switch defines if installers should be built which defaults to false. We should pass the switch in here: https://github.com/dotnet/dotnet/blob/eb82b31516b032924126ac2c81f3edca80911619/repo-projects/aspnetcore.proj#L12
BuildInstallers
-buildinstallers (Unix) / - BuildInstallers (Windows)
Note that there's also a join point on Windows in the installers which will fail the Windows dev leg when it gets enabled: dotnet/aspnetcore#52884
cc @jkoritzinsky @NikolaMilosavljevic
The text was updated successfully, but these errors were encountered:
I'm working on re-writing aspnetcore's installer infra to be based on the Arcade tooling as we speak. I'll take this on once I finish the rewrite.
Sorry, something went wrong.
jkoritzinsky
No branches or pull requests
The
BuildInstallers
switch defines if installers should be built which defaults to false. We should pass the switch in here: https://github.com/dotnet/dotnet/blob/eb82b31516b032924126ac2c81f3edca80911619/repo-projects/aspnetcore.proj#L12-buildinstallers (Unix) / - BuildInstallers (Windows)
Note that there's also a join point on Windows in the installers which will fail the Windows dev leg when it gets enabled: dotnet/aspnetcore#52884
cc @jkoritzinsky @NikolaMilosavljevic
The text was updated successfully, but these errors were encountered: