Removing unnecessary step from BuildViews target (Orchard.proj) and removing debug build step from Orchard.Web.csproj

This commit is contained in:
Lombiq
2019-02-27 21:12:07 +01:00
committed by Benedek Farkas
parent 39894eb1fb
commit 5c21b72793
2 changed files with 0 additions and 7 deletions

View File

@@ -139,12 +139,6 @@
</Target>
<Target Name="BuildViews">
<!-- To make sure that Roslyn tools are available, even if the Compile task was not called before this. -->
<MSBuild
Projects="$(OrchardWebFolder)\Orchard.Web.csproj"
Targets="CopyRoslynFilesToOutputFolder"
Properties="Configuration=$(Configuration)" />
<!-- The actual compilation with views also compiled. -->
<MSBuild
Projects="$(Solution)"
Targets="Build"