2

How do I delete a single file on remote server. I want to delete offline_app.htm only leaving the rest of the content in tact.

Tips appreciated.

4

1 回答 1

4

What you're looking for is -verb:delete

msdeploy -verb:delete ^
         -dest:contentPath="Default Website\offline_app.htm",computer=etc
于 2013-08-26T12:34:11.593 回答