Set MvcRazorExcludeRefAssembliesFromPublish to false to fix build break temporarily
This commit is contained in:
parent
fa25533bb3
commit
69e2fa82eb
|
|
@ -2,6 +2,7 @@
|
|||
<Import Project="dependencies.props" />
|
||||
<PropertyGroup>
|
||||
<TestIncludeViewCompilationTargets Condition="'$(TestIncludeViewCompilationTargets)'==''">$(MvcRazorCompileOnPublish)</TestIncludeViewCompilationTargets>
|
||||
<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="..\src\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation\build\netcoreapp2.0\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.targets"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
|
|||
|
||||
public ApplicationTestFixture Fixture { get; }
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "https://github.com/aspnet/MvcPrecompilation/issues/115")]
|
||||
public void Precompilation_PreventsRefAssembliesFromBeingPublished()
|
||||
{
|
||||
// Act & Assert
|
||||
|
|
|
|||
Loading…
Reference in New Issue