We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb0d80 commit 543542fCopy full SHA for 543542f
src/WebJobs.Script.WebHost/Properties/PublishProfiles/FileSystem.pubxml
@@ -13,5 +13,9 @@ by editing this MSBuild file. In order to learn more about this please visit htt
13
<ExcludeApp_Data>False</ExcludeApp_Data>
14
<publishUrl>Publish\SiteExtensions\Functions</publishUrl>
15
<DeleteExistingFiles>False</DeleteExistingFiles>
16
+ <PrecompileBeforePublish>True</PrecompileBeforePublish>
17
+ <EnableUpdateable>False</EnableUpdateable>
18
+ <DebugSymbols>False</DebugSymbols>
19
+ <WDPMergeOption>DonotMerge</WDPMergeOption>
20
</PropertyGroup>
21
</Project>
0 commit comments