Skip to content

Commit

Permalink
fix: Disable XF template test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebariche committed Sep 21, 2021
1 parent 7a8403c commit 8fb48bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build/run-template-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8fb48bf

Please sign in to comment.