Hi,
Below command is working as expected for deploying package to IIS with configured parameters in ProjectParameters.xml.
msdeploy.exe
-source:package='e:\deploy\ProjectApp.zip'
-dest:auto,includeAcls='False'
-verb:sync
-setParamFile:"e:\deploy\ProjectParameters.xml"
In addition to this, would like to run the batch file using runCommand(path: 'e:\deploy\ProjectBatch.bat') along with deployment.
Have tried with source:manifest=ProjectManifest.xml option.
But either source:package or source:manifest shall be used at once.
It would be great if provided with any best approach to solve this issue.
Thanks,
Saravana.