Hello,
I am using Visual Studio 2008 and Web Deployment Projects:
[url]http://connect.live.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=319288[
/url]
In my web site I have a folder named Project.
How can I avoid this folder to be deployed?
Thanks,
Miguel"shapper" <mdmoura@.gmail.com> wrote in message
news:33f17782-7752-477a-a796-4665858c6623@.s8g2000prg.googlegroups.com...
> I am using Visual Studio 2008 and Web Deployment Projects:
> http://connect.live.com/VisualStudi...=31928
8
> In my web site I have a folder named Project.
> How can I avoid this folder to be deployed?
<Target Name="AfterBuild" Condition="'$(Configuration)|$(Platform)' ==
'Release|AnyCPU'">
<RemoveDir Directories="$(OutputPath)\Project" />
</Target>
Mark Rae
ASP.NET MVP
http://www.markrae.net
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment