Merge pull request #258 from aspnet/release/2.1
Disable APICheck on precompilation to workaround failure
This commit is contained in:
commit
d009260116
|
|
@ -10,6 +10,7 @@
|
|||
<OutputType>exe</OutputType>
|
||||
<TasksProjectDirectory>..\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tasks\</TasksProjectDirectory>
|
||||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
<EnableApiCheck>false</EnableApiCheck>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(TargetFramework)'=='net461'">
|
||||
|
|
|
|||
Loading…
Reference in New Issue