-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SDK support for rooting subsets of inputs in a composite image. (#…
- Loading branch information
1 parent
c267ab6
commit 35acbef
Showing
3 changed files
with
44 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35acbef
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.
@jkoritzinsky, do we need to apply these changes in https://github.com/dotnet/runtime/tree/d450d9c9ee4dd5a98812981dac06d2f92bdb8213/src/tasks/Crossgen2Tasks or is that copy a deadcode? Maybe we can just delete it if it's the latter. :)
35acbef
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.
We probably should. That code is used when we introduce a new feature into crossgen2 that we want to consume within the runtime repo before an SDK flow. It's quite out of date as we needed that capability once or twice when onboarding Crossgen2.