Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
jincod committed Apr 30, 2017
1 parent dc0d3b4 commit 28a2063
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/AspNetCoreDemoApp/AspNetCoreDemoApp.csproj
Expand Up @@ -2,8 +2,6 @@

<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<GeneratedItemPatterns>wwwroot/**</GeneratedItemPatterns>
<DefaultItemExcludes>$(DefaultItemExcludes);$(GeneratedItemPatterns)</DefaultItemExcludes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -23,11 +21,6 @@

<Target Name="PrePublishTarget" BeforeTargets="PrepareForPublish">
<Exec Command="npm run build" />
<ItemGroup>
<_GeneratedFiles Include="$(GeneratedItemPatterns)" />
<ContentWithTargetPath Include="@(_GeneratedFiles->'%(FullPath)')" RelativePath="%(_GeneratedFiles.Identity)" TargetPath="%(_GeneratedFiles.Identity)" CopyToPublishDirectory="PreserveNewest" />
</ItemGroup>

</Target>

</Project>

0 comments on commit 28a2063

Please sign in to comment.