Skip to content

Commit e580f39

Browse files
committed
Update csproj for publishing
1 parent 44a0dd1 commit e580f39

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

AngularSPAWebAPI.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,13 @@
2727
<Folder Include="Properties\PublishProfiles\" />
2828
</ItemGroup>
2929

30+
<ItemGroup>
31+
<Content Update="wwwroot\**\*" CopyToPublishDirectory="PreserveNewest" />
32+
<Content Update="e2e\*" CopyToPublishDirectory="Never" />
33+
<Content Update="src\*" CopyToPublishDirectory="Never" />
34+
<Content Update="package*.json" CopyToPublishDirectory="Never" />
35+
<Content Update="?angular*.json" CopyToPublishDirectory="Never" />
36+
<Content Update="ts*.json" CopyToPublishDirectory="Never" />
37+
</ItemGroup>
38+
3039
</Project>

0 commit comments

Comments
 (0)