Skip to content

Commit ab453db

Browse files
committed
Excluding App_Data folder from Publish/Packaging
1 parent 3ff8d64 commit ab453db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/Properties/PublishProfiles/FileSystem.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
1010
<LastUsedPlatform>Any CPU</LastUsedPlatform>
1111
<SiteUrlToLaunchAfterPublish />
1212
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
13-
<ExcludeApp_Data>False</ExcludeApp_Data>
13+
<ExcludeApp_Data>True</ExcludeApp_Data>
1414
<publishUrl>Publish\SiteExtensions\Functions</publishUrl>
1515
<DeleteExistingFiles>False</DeleteExistingFiles>
1616
<PrecompileBeforePublish>True</PrecompileBeforePublish>

0 commit comments

Comments
 (0)