Add hook for importing .props file after .NET SDK props#45151
Add hook for importing .props file after .NET SDK props#45151dsplaisted merged 2 commits intodotnet:release/9.0.2xxfrom
Conversation
|
Seems like this would also cover part of ##1696? The "after SDK .targets" part I mean. |
Thanks for pointing that out, this does address part of that request. Also, any preference on the property naming? I went with |
|
My two thoughts on naming, we should use "AfterMicrosoftNETSdkProps", for three reasons:
|
|
I personally don't have a strong opinion one way or the other. My preference in general is to use the |
jeffkl
left a comment
There was a problem hiding this comment.
Is there a good place to document this extensibility point?
+1 to this. I could not find any existing docs clearly documenting all existing MSBuild/.NET SDK hooks 😅 |
|
FYI @baronfel @marcpopMSFT, I added the consider-for-documentation tag |
|
/azp run dotnet-sdk-public-ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@dsplaisted I tested this with the internal VS preview with the UWP SDK changes, works great! 🙂 |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-sdk-public-ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@dsplaisted is this ready to go? Failures just look like known timeouts. |
…props Co-authored-by: Jeff Kluge <jeffkl@microsoft.com>
Add a hook for a .props import after the .NET SDK props, which is useful for modifying the default item globs.