aspnetcore/extensions/Microsoft.AspNetCore.AzureA.../applicationHost.xdt

16 lines
866 B
XML

<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<xdt:Import path="%XDT_EXTENSIONPATH%\Microsoft.Web.Xdt.Extensions.dll"
namespace="Microsoft.Web.Xdt.Extensions" />
<system.webServer xdt:Transform="InsertIfMissing">
<runtime xdt:Transform="InsertIfMissing" >
<environmentVariables xdt:Transform="InsertIfMissing">
<add name="PATH" value="%XDT_EXTENSIONPATH%;%PATH%" xdt:Locator="Match(name)" xdt:Transform="InsertIfMissing" />
<!-- Uncomment when when there a need to test 1.x patch prerelease -->
<!--<add name="DOTNET_HOSTING_OPTIMIZATION_CACHE" value="%XDT_EXTENSIONPATH%\DotNetCache" xdt:Locator="Match(name)" xdt:Transform="InsertIfMissing" />-->
</environmentVariables>
</runtime>
</system.webServer>
</configuration>