Skip to content
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

Enable building different subset categories in different configurations from same root build script invocation #840

Closed
jkoritzinsky opened this issue Dec 13, 2019 · 1 comment · Fixed by #1826

Comments

@jkoritzinsky
Copy link
Member

As part of enabling live-live (#839), developers now have to build from the root in Release mode once to get the dependencies they need in the right configuration. We should enable building different projects in different configurations the root build script. This will require changes in Arcade's Build.proj to support passing additional properties when building projects, as well as changes in our eng/Subsets.props to define these properties.

cc: @safern

@jkoritzinsky jkoritzinsky added this to the 5.0 milestone Dec 13, 2019
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Dec 13, 2019
@jkoritzinsky jkoritzinsky removed the untriaged New issue has not been triaged by the area owner label Dec 13, 2019
@jkoritzinsky
Copy link
Member Author

It looks like this won't actually require any changes in Arcade. MSBuild already has the needed features built-in.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants