Are there a reason that msbuild would not import build/xxx.targets automatically from tool package in contrast from normal package? #12128
Unanswered
tny-cesilco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since we can install dotnet tool globally I would like to write some tool that trigger command on restore package on every project. So I have write
.targets
file insidebuild
folder and pack it as a nupkg then installBut that seem to trigger if the package is install as normal package, not installed as tool
Are there any problem or concern that this was not a feature of msbuild?
Beta Was this translation helpful? Give feedback.
All reactions