Remove bogus BuildServerSideRenderer property from React-Redux csproj. #1457

This commit is contained in:
Steve Sanderson 2018-01-02 09:34:11 +00:00
parent b8424b0e8b
commit fa386c458b
1 changed files with 0 additions and 4 deletions

View File

@ -8,9 +8,6 @@
<IsPackable>false</IsPackable>
<SpaRoot>ClientApp\</SpaRoot>
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
<!-- Set this to true if you enable server-side prerendering -->
<BuildServerSideRenderer>false</BuildServerSideRenderer>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
@ -52,7 +49,6 @@
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
<Exec WorkingDirectory="$(SpaRoot)" Command="npm install" />
<Exec WorkingDirectory="$(SpaRoot)" Command="npm run build" />
<Exec WorkingDirectory="$(SpaRoot)" Command="npm run build:ssr" Condition=" '$(BuildServerSideRenderer)' == 'true' " />
<!-- Include the newly-built files in the publish output -->
<ItemGroup>