segunda-feira, 3 de dezembro de 2018

MSDEPLOY - example 2


"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb=sync -source:package=C:\Deploy\Pacote\PacoteWebDesenv.zip -dest:contentPath=websitename,publishSettings=C:\Deploy\publish-profile\desenv\myproject-web.pubxml,userName=="LS-DEVELOPER\user.deploy",password="*******" -allowUntrusted -enableRule:DoNotDeleteRule


This is a result of trying to publish an angular website.