Discussed here: https://msbuildextensionpack.codeplex.com/discussions/263754
Currently the Nuget package uses the \libs folder to store the package contents. Unfortunately this prevents the package being used at the solution level which is where we usually use it.
Another package we use at the solution level is the xUnit.runners package and it would be great to have the same ability with the MSBuildExtensionPack.
Are there any options available or objections to instead use the tools directory to store the contents so that the package can be used as both a project and solution level package?
Scott.
Comments: The October 2013 release now uses the tools directory
Currently the Nuget package uses the \libs folder to store the package contents. Unfortunately this prevents the package being used at the solution level which is where we usually use it.
Another package we use at the solution level is the xUnit.runners package and it would be great to have the same ability with the MSBuildExtensionPack.
Are there any options available or objections to instead use the tools directory to store the contents so that the package can be used as both a project and solution level package?
Scott.
Comments: The October 2013 release now uses the tools directory