MSDeployAllTheThings
MSDeployAllTheThings copied to clipboard
MSDeploy Task for VSTS
I believe there is an issue with how passwords are currently being escaped, however, I don't fully understand how/why. We've found that some special characters cause an authentication failure when...
Got this warning during the deployment after upgrading from Azure DevOps Server 2019 to 2022.
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...
This change makes it so that only an agent that's detected as having powershell will be used to execute the task. We recently setup a mac build agent and added...
The UI for setting Additional Arguments allows us to enter multiline values. It is good, it allows to write parameters in well-arranged form. Unfortunatelly, only first line is used as...