summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-15 11:19:43 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-15 11:19:43 -0800
commit59efbd0b7fd669402cb99652732b8fab036a76d0 (patch)
tree5521769a344c29d9e49e5bdd54ca2b7d52490556
parentcff71dd8835c91344988b598bcced35d895d3437 (diff)
downloadDotNetOpenAuth-59efbd0b7fd669402cb99652732b8fab036a76d0.zip
DotNetOpenAuth-59efbd0b7fd669402cb99652732b8fab036a76d0.tar.gz
DotNetOpenAuth-59efbd0b7fd669402cb99652732b8fab036a76d0.tar.bz2
Purge the vsix layout directory.
-rw-r--r--build.proj2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index 9c6bdcb..d7f4a76 100644
--- a/build.proj
+++ b/build.proj
@@ -418,6 +418,8 @@
<Copy SourceFiles="@(ExtensionVsixSources)" DestinationFiles="@(ExtensionVsixTargets)" SkipUnchangedFiles="true" />
<CopyWithTokenSubstitution SourceFiles="@(ProjectTemplates2010TransformSource)" DestinationFiles="@(ProjectTemplates2010TransformLayout)" />
+
+ <Purge Directories="$(ExtensionVsixLayoutDirectory)" IntendedFiles="@(ExtensionVsixContents)" />
</Target>
<Target Name="vsix" DependsOnTargets="VsixLayout;_SetDropProperties">