Orchard.proj: Removing unnecessary XmlUpdate step when setting up the Profiling site (Profiling-Stage)

This commit is contained in:
Lombiq
2018-09-19 13:31:53 +02:00
committed by Benedek Farkas
parent 659422bbff
commit 52b369a6db

View File

@@ -403,11 +403,6 @@
</ItemGroup>
<Copy SourceFiles="@(Profiling-Web)" DestinationFolder="$(ProfilingFolder)\%(RecursiveDir)"/>
<XmlUpdate XmlFileName="$(ProfilingFolder)\web.config"
XPath="/configuration/system.web/trust/@level"
Value="Full" />
</Target>
<Target Name="Profiling-Setup">