3 references to BuildAndPublishRazorPagesTemplateIdentityWeb
Templates.Mvc.Tests (3)
RazorPagesTemplateTest.cs (3)
269
public Task RazorPagesTemplate_IdentityWeb_IndividualB2C_BuildsAndPublishes(string auth, string[] args) =>
BuildAndPublishRazorPagesTemplateIdentityWeb
(auth: auth, args: args);
280
public Task RazorPagesTemplate_IdentityWeb_SingleOrg_BuildsAndPublishes(string auth, string[] args) =>
BuildAndPublishRazorPagesTemplateIdentityWeb
(auth: auth, args: args);
287
public Task RazorPagesTemplate_IdentityWeb_SingleOrg_CallsGraph_BuildsAndPublishes(string auth, string[] args) =>
BuildAndPublishRazorPagesTemplateIdentityWeb
(auth: auth, args: args);