Skip to content

Commit 936b49f

Browse files
committed
chore: Adjust profile, wasm native tests
1 parent 0d9a306 commit 936b49f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

7.11 KB
Binary file not shown.

build/scripts/wasm-uitest-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export UNO_UITEST_WASM_PROJECT=$BUILD_SOURCESDIRECTORY/Uno.Gallery/Uno.Gallery.c
77

88
cd $BUILD_SOURCESDIRECTORY
99

10-
dotnet publish -f net9.0-browserwasm -p:Configuration=Release $UNO_UITEST_WASM_PROJECT -p:IsUiAutomationMappingEnabled=True -bl:$UNO_UITEST_SCREENSHOT_PATH/msbuild.binlog
10+
dotnet publish -f net9.0-browserwasm -p:Configuration=Release $UNO_UITEST_WASM_PROJECT -p:UseNativeRendering=true -p:IsUiAutomationMappingEnabled=True -bl:$UNO_UITEST_SCREENSHOT_PATH/msbuild.binlog

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
// To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
66
"msbuild-sdks": {
7-
"Uno.Sdk": "6.1.0-dev.95"
7+
"Uno.Sdk": "6.1.0-dev.102"
88
}
99
}

0 commit comments

Comments
 (0)