I am in the process of building CI using TeamCity using Nant. I have stuck with the last piece of code to exclude App_Data folder while deploying to the server.
Error: Unrecognized skip directive 'Directory'. Must be one of the following: "objectName," "keyAttribute," "absolutePath," "xPath," "attributes.<name>."
Error count: 1.
Member
10 Points
27 Posts
How to exclude folder in Web Deploy V3 cmd line using msdeploy.exe
Feb 21, 2017 09:35 PM|Jim2401|LINK
I am in the process of building CI using TeamCity using Nant. I have stuck with the last piece of code to exclude App_Data folder while deploying to the server.
Here is my code :
All-Star
17602 Points
3510 Posts
Re: How to exclude folder in Web Deploy V3 cmd line using msdeploy.exe
Feb 22, 2017 03:14 AM|Chris Zhao|LINK
Hi jim2401,
reference: http://stackoverflow.com/a/5659390
Best Regards,
Chris