When I add the NuGet package a targets file is added to the project calling the commandline tool.
Is there any way to skip this step on certain conditions?
Basically enabling a build like this:
msbuild MyCmdletProject.csproj /p:XmlDoc2CmdletDocSkip=true
We use NCrunch for our tests, which works fine, but lets XmlDoc2CmdletDoc fail and in the end there is no reason to create the documentation for that case at all.