-
Notifications
You must be signed in to change notification settings - Fork 207
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
Add ManagedBuildManager#createConfigurationForProject() #131
Conversation
This should allow ISV's to create MBS based project with a vendor-specific build-system ID without using internal API. Signed-off-by: 15knots <11367029+15knots@users.noreply.github.com>
Sorry, forgat the N&N.... Coming soon. |
Signed-off-by: 15knots <11367029+15knots@users.noreply.github.com>
Signed-off-by: 15knots <11367029+15knots@users.noreply.github.com>
|
||
IConfiguration config = ManagedBuildManager.createConfigurationForProject(des, mProj, cf, | ||
ManagedBuildManager.CFG_DATA_PROVIDER_ID); | ||
// TODO check config.exportArtifactInfo(); |
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.
Looks like this call to exportArtifactInfo() was moved to createConfigurationForProject()
What is TODO here?
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.
Forgot to delete that. It is a reminder to check whether the refactored code should call 'config.exportArtifactInfo();'.
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 recreating a clean commit. Thanks @mbooth101 for doing a review too.
Signed-off-by: 15knots <11367029+15knots@users.noreply.github.com>
This should allow ISV's to create MBS based project with a vendor-specific build-system ID without using internal API.
Signed-off-by: 15knots 11367029+15knots@users.noreply.github.com