Skip to content

Commit

Permalink
Fixed mafiaweb wwwroot and views
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteCloud21 committed Jan 15, 2018
1 parent 1ef1c00 commit 8382d44
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MafiaWeb/MafiaWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>netcoreapp1.1</TargetFramework>
<PreserveCompilationContext>true</PreserveCompilationContext>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -44,6 +43,12 @@
<None Update="navigation.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="wwwroot\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Views\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
Expand Down

0 comments on commit 8382d44

Please sign in to comment.