From 1ff2184c8e27defec6af170c1372285bb99fa613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Fri, 21 Jun 2024 23:22:14 -0400 Subject: [PATCH] chore: Adjust custom auth mvvm test --- build/.azure-pipelines.TemplateValidation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/.azure-pipelines.TemplateValidation.yml b/build/.azure-pipelines.TemplateValidation.yml index e05bf7cf3..64967e356 100644 --- a/build/.azure-pipelines.TemplateValidation.yml +++ b/build/.azure-pipelines.TemplateValidation.yml @@ -38,7 +38,7 @@ jobs: "CustomAuthMvux;;-preset=recommended -auth=custom", "CustomAuthMvvm;;-preset=recommended -presentation mvvm -auth=custom", "CustomAuthMvuxCSharp;;-preset=recommended -auth=custom -markup csharp", - "CustomAuthMvvmCSharp;-preset=recommended -presentation mvvm -auth=custom -markup csharp", + "CustomAuthMvvmCSharp;;-preset=recommended -presentation mvvm -auth=custom -markup csharp", "WebAuthMvux;;-preset=recommended -auth=web", "WebAuthMvvm;;-preset=recommended -presentation mvvm -auth=web", "WebAuthMvuxCSharp;;-preset=recommended -auth=web -markup csharp",