Skip to content

Commit 7bb0d80

Browse files
committed
Disable shadow copying in release build. Fixes #433
1 parent dc3e55e commit 7bb0d80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebJobs.Script.WebHost/Web.Release.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
-->
1919
<system.web>
2020
<compilation xdt:Transform="RemoveAttributes(debug)" />
21+
<hostingEnvironment shadowCopyBinAssemblies="false" xdt:Transform="Insert" />
22+
2123
<!--
2224
In the example below, the "Replace" transform will replace the entire
2325
<customErrors> section of your web.config file.

0 commit comments

Comments
 (0)