From 5dbb6a55d92077998a404473eda3ececa2c4bf0d Mon Sep 17 00:00:00 2001 From: Artur Dorochowicz Date: Tue, 17 Sep 2013 18:23:46 +0200 Subject: [PATCH] Web Publishing Pipeline publish profiles should not be excluded. *.pubxml files are WPP publish profiles which, after creation, are part of the given web project (Properties/PublishProfiles/). These are input to the web publishing process and should not be excluded by default. This reverts #517. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de..8e942a8b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -94,7 +94,6 @@ publish/ # Publish Web Output *.Publish.xml -*.pubxml # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line