From 7976fe04c3be2ac7b478702492d66868d9baccd0 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Tue, 4 Feb 2014 22:46:27 -0500 Subject: [PATCH] add rule to ignore the upload folder when publishing --- Web/Web.csproj | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Web/Web.csproj b/Web/Web.csproj index 9bf8a8c..8cbc1e6 100644 --- a/Web/Web.csproj +++ b/Web/Web.csproj @@ -25,6 +25,7 @@ + AddSkipRules true @@ -486,6 +487,24 @@ + + + + Delete + filePath + $(_Escaped_PackageTempDir)\\App_Data\\.* + + + + + Delete + dirPath + $(_Escaped_PackageTempDir)\\App_Data\\.* + + + + +