We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if this is my fault or a bug but when providing a path to a zip that contains spaces an exception is thrown.
Example "\server\share\website deployment\website.zip"
The stack overflow thread below implies it's a syntax issue for how msdeploy is being passed arguments.
https://stackoverflow.com/questions/3499699/how-do-you-call-msdeploy-from-powershell-when-the-parameters-have-spaces
The text was updated successfully, but these errors were encountered:
Yes, probably a case where the path is not enclosed in quotes. Sounds like a bug.
https://github.com/PowerShell/xWebDeploy/blob/1e862c668b943923b560b047ecd53c384182a9ae/DSCResources/xWebPackageDeploy/xWebPackageDeploy.psm1#L94-L105
Sorry, something went wrong.
No branches or pull requests
Not sure if this is my fault or a bug but when providing a path to a zip that contains spaces an exception is thrown.
Example "\server\share\website deployment\website.zip"
The stack overflow thread below implies it's a syntax issue for how msdeploy is being passed arguments.
https://stackoverflow.com/questions/3499699/how-do-you-call-msdeploy-from-powershell-when-the-parameters-have-spaces
The text was updated successfully, but these errors were encountered: