red-gate / XmlDoc2CmdletDoc

Create cmdlet XML help files from XML doc comments
Other
64 stars 24 forks source link

Fix for malformed command on build. #60

Open MattDominey opened 4 years ago

MattDominey commented 4 years ago

Originally the 'XmlDoc2CmdletDoc' target would try to execute the command without the executable/binary file path at the start e.g.: "-strict [ProjectBinaryFilePath]"

This PR fixes this command to take the correct format: "[XmlDoc2CmdletDocToolPath] -strict [ProjectBinaryFilePath]"