You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: