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
I have this...
C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:package='D:\a\1\a\package.zip' -dest:auto,computerName='https://myserver:8172/msdeploy.axd',userName='***',password='***',authType='ntlm',includeAcls='False' -allowUntrusted -verbose -setParam:name='IIS Web Application Name',value='sitename'
And it says...
##[error]System.Management.Automation.RemoteException: Error: Source does not support parameter called 'IIS Web Application Name'. Must be one of ().
The text was updated successfully, but these errors were encountered:
I removed -setParam:name='IIS Web Application Name',value='sitename' and set the "Destination Provider" field to contentPath='sitename'
-setParam:name='IIS Web Application Name',value='sitename'
contentPath='sitename'
Sorry, something went wrong.
FYI you can specify site name in the Destination Computer field:
https://<siteaddress>:8172/MSDeploy.axd?site=<sitename>
The fix @AndAShape shared (Dest provder w/ content path) worked for me.
No branches or pull requests
I have this...
C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:package='D:\a\1\a\package.zip' -dest:auto,computerName='https://myserver:8172/msdeploy.axd',userName='***',password='***',authType='ntlm',includeAcls='False' -allowUntrusted -verbose -setParam:name='IIS Web Application Name',value='sitename'
And it says...
##[error]System.Management.Automation.RemoteException: Error: Source does not support parameter called 'IIS Web Application Name'. Must be one of ().
The text was updated successfully, but these errors were encountered: