mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Stop copying SPA jsons to output
This commit is contained in:
@@ -20,6 +20,16 @@
|
||||
<NoWarn>1701;1702;1705;CA2227</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Remove="ClientApp\package-lock.json" />
|
||||
<Content Remove="ClientApp\package.json" />
|
||||
<Content Remove="ClientApp\public\manifest.json" />
|
||||
<Content Remove="ClientApp\tsconfig.json" />
|
||||
<Content Remove="ClientApp\tsconfig.prod.json" />
|
||||
<Content Remove="ClientApp\tsconfig.test.json" />
|
||||
<Content Remove="ClientApp\tslint.json" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="BetterWin32Errors" Version="0.2.0" />
|
||||
<PackageReference Include="Byond.TopicSender" Version="1.1.4" />
|
||||
@@ -70,6 +80,16 @@
|
||||
<Folder Include="wwwroot\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="ClientApp\package-lock.json" />
|
||||
<None Include="ClientApp\package.json" />
|
||||
<None Include="ClientApp\public\manifest.json" />
|
||||
<None Include="ClientApp\tsconfig.json" />
|
||||
<None Include="ClientApp\tsconfig.prod.json" />
|
||||
<None Include="ClientApp\tsconfig.test.json" />
|
||||
<None Include="ClientApp\tslint.json" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Update="appsettings.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
||||
Reference in New Issue
Block a user