我正在使用 ms deploy 通过命令行发布我的 Web 应用程序,
我使用了以下命令
<Exec Command="msdeploy -verb:sync
-source:contentPath='D:\Impetus\Parmeshthee\Cruise_Control_Setup_Parmeshthee\SVNProjects\QATV2\QAT\'
-dest:contentPath='D:\Impetus\Parmeshthee\Cruise_Control_Setup_Parmeshthee\Projects_Publish\QATDemo'"
ContinueOnError="false"
WorkingDirectory="C:\Program Files (x86)\IIS\Microsoft Web Deploy V2"
/>
但它只是从源目录复制所有文件和文件夹。
我不想将 Designer.cs 页面发送到发布文件夹。