Skip to content

Commit 543542f

Browse files
committed
Precompile global.asax. Fixes #432
1 parent 7bb0d80 commit 543542f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ by editing this MSBuild file. In order to learn more about this please visit htt
1313
<ExcludeApp_Data>False</ExcludeApp_Data>
1414
<publishUrl>Publish\SiteExtensions\Functions</publishUrl>
1515
<DeleteExistingFiles>False</DeleteExistingFiles>
16+
<PrecompileBeforePublish>True</PrecompileBeforePublish>
17+
<EnableUpdateable>False</EnableUpdateable>
18+
<DebugSymbols>False</DebugSymbols>
19+
<WDPMergeOption>DonotMerge</WDPMergeOption>
1620
</PropertyGroup>
1721
</Project>

0 commit comments

Comments
 (0)