Revert "Revert RazorCompileOnBuild=false temporarily"

This reverts commit 92e5f2852a.
This commit is contained in:
nicolas.dorier 2020-01-16 16:52:46 +09:00
parent bf614cd322
commit 31db34ec8d
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<LangVersion>8.0</LangVersion>
<UserSecretsId>AB0AC1DD-9D26-485B-9416-56A33F268117</UserSecretsId>
</PropertyGroup>
<PropertyGroup Condition="'$(CI_TESTS)' == 'true'">
<DefineConstants>$(DefineConstants);SHORT_TIMEOUT</DefineConstants>
</PropertyGroup>

View File

@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
<Import Project="../Build/Common.csproj" />
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<RazorCompileOnBuild>false</RazorCompileOnBuild>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>