Merge in 'release/5.0' changes

This commit is contained in:
dotnet-bot 2021-04-08 01:09:26 +00:00
commit 377b73b1d0
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ namespace Templates.Test
}
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31044")]
public async Task RazorPagesTemplate_RazorRuntimeCompilation_BuildsAndPublishes()
{
var project = await BuildAndPublishRazorPagesTemplate(auth: null, new[] { "--razor-runtime-compilation" });