Skip to content

Exclude Microsoft.Composition as something we build a dependency map for #26725

Merged
jasonmalinowski merged 2 commits intodotnet:masterfrom
jasonmalinowski:fix-insertion-break
May 8, 2018
Merged

Exclude Microsoft.Composition as something we build a dependency map for #26725
jasonmalinowski merged 2 commits intodotnet:masterfrom
jasonmalinowski:fix-insertion-break

Conversation

@jasonmalinowski
Copy link
Copy Markdown
Member

This creates ironically the reverse effect you might imagine: CompilerExtension contains this package now, which would cause it to be added to the dependency map; this then causes the package to be excluded from the insertion package, where it is supposed to be. Since CompilerExtension and VS are (in some sense) separate targets, presence in the former shouldn't impact the other.

This creates ironically the reverse effect you might imagine:
CompilerExtension contains this package now, which would cause it to be
added to the dependency map; this then causes the package to be
excluded from the insertion package, where it is supposed to be. Since
CompilerExtension and VS are (in some sense) separate targets, presence
in the former shouldn't impact the other.
@jasonmalinowski jasonmalinowski requested a review from a team as a code owner May 8, 2018 20:42
@jasonmalinowski jasonmalinowski self-assigned this May 8, 2018
@jasonmalinowski
Copy link
Copy Markdown
Member Author

Merging to unblock insertions.

@jasonmalinowski jasonmalinowski merged commit 1f7c149 into dotnet:master May 8, 2018
@jasonmalinowski jasonmalinowski deleted the fix-insertion-break branch May 8, 2018 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant