My goals are as follows:
However, checking the output of WDP gave me this
< /p>
Target "AfterBuild" in file "C:\project\Deployment\Project.Deployment.wdproj":
Task "Delete"
File ".\Debug\*.*" doesn't 't exist. Skipping.
Done executing task "Delete".
Done building target "AfterBuild" in project "Project.Deployment.wdproj".
The deployment path does include the debug path .What am I doing wrong?
< /div>
I am currently setting up a build server for a web project. I am using a web deployment project to create deployable packages, and I want to do some simple file management (copy webDeploy.config -> web .config and delete the .csproj file).
My goals are as follows:
However, checking the output of WDP gave me this
p>
Target "AfterBuild" in file "C:\project\Deployment\Project.Deployment.wdproj":
Task "Delete"
File ".\Debug\*.*" doesn' t exist. Skipping.
Done executing task "Delete".
Done building target "AfterBuild" in project "Project.Deployment.wdproj".
The deployment path does include the debug path. What am I doing wrong?
If you want to use wildcards, you must do this in the item list. The item list will be responsible for expanding the wildcards for you. So in your case: < p>
WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 2072 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC