From 8fb48bf866b1871673bced0babfa9980a638cbc9 Mon Sep 17 00:00:00 2001 From: Elie Bariche <33458222+ebariche@users.noreply.github.com> Date: Tue, 1 Jun 2021 02:54:11 -0400 Subject: [PATCH] fix: Disable XF template test --- build/run-template-tests.ps1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build/run-template-tests.ps1 b/build/run-template-tests.ps1 index 3b3acfb55c9a..b266b4a247b3 100644 --- a/build/run-template-tests.ps1 +++ b/build/run-template-tests.ps1 @@ -129,10 +129,10 @@ dotnet new unoapp-prism -o UnoUIPrism01 Assert-ExitCodeIsZero # XF - Default -7z x build\assets\xfapp-uwp-4.8.0.1451.zip -oXFApp - -pushd XFApp -dotnet new wasmxfhead -& $msbuild /ds /r /p:Configuration=Debug XFApp.Wasm\XFApp.Wasm.csproj -Assert-ExitCodeIsZero -popd +# 7z x build\assets\xfapp-uwp-4.8.0.1451.zip -oXFApp +# +# pushd XFApp +# dotnet new wasmxfhead +# & $msbuild /ds /r /p:Configuration=Debug XFApp.Wasm\XFApp.Wasm.csproj +# Assert-ExitCodeIsZero +# popd