mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
Tests: Teach VSWinStorePhone to verify the content of generated xap
XAP format was used as app package format on Windows Phone 7 and 8. It was replaced by APPX format since Windows Phone 8.1.
This commit is contained in:
parent
481070a78a
commit
4dc8c153ec
@ -8,8 +8,8 @@ set(EXPECTED_APP_PKG_CONTENT
|
||||
JusticeLeagueWinRT.dll
|
||||
)
|
||||
|
||||
# Windows app package formats can be either appx or msix
|
||||
file(GLOB_RECURSE ALL_APP_PKG_FILES ${APP_PACKAGE_DIR}/AppPackages ${APP_PKG_NAME}*.appx ${APP_PKG_NAME}*.msix)
|
||||
# Windows app package formats can be either msix, appx or xap
|
||||
file(GLOB_RECURSE ALL_APP_PKG_FILES ${APP_PACKAGE_DIR} ${APP_PKG_NAME}*.msix ${APP_PKG_NAME}*.appx ${APP_PKG_NAME}*.xap)
|
||||
|
||||
# There can be only one generated app package
|
||||
list(LENGTH ALL_APP_PKG_FILES APP_PKG_COUNT)
|
||||
|
Loading…
Reference in New Issue
Block a user