Closed oscsx closed 5 years ago
Hey, sorry, missed your question.
I would say the <TSLintPotentialCli Include="$(MSBuildThisFileDirectory)..\..
line covers the %UserProfile%.nuget\packages
. I'm expecting both packages to be on the same packages
folder.
😕 if the repo path is C:/Code/Repos/Super/Annoying/Deep/Nesting/MyProject
, I'm a little dubious... but if this works for you and nobody has complained yet (and you can provide a custom path anyway), it seems fine.
Thanks for this @oscsx!
Released as 1.4.2: https://www.nuget.org/packages/TSLint.MSBuild/1.4.2 🚀
Adding the cases considering the new folder structure for packages when searching for
TSLintPotentialCli
.Fixes #98.