-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manifest (Msix) installer validation - Try parsing package version (#…
- Loading branch information
1 parent
fa660c6
commit ae32774
Showing
6 changed files
with
57 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
src/AppInstallerCLITests/TestData/Manifest-Bad-MsixInstaller-PackageVersion.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
PackageIdentifier: AppInstallerCliTest.BadMsixInstaller-PackageVersion | ||
PackageVersion: test.version # Version cannot be parsed to UINT64 | ||
PackageLocale: es-MX | ||
PackageName: es-MX package name | ||
Publisher: es-MX publisher | ||
PackageFamilyName: FakeInstallerForTesting_125rzkzqaqjwj | ||
MinimumOSVersion: 10.0.0.0 | ||
InstallerType: msix | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: Installer-Good.msix | ||
ManifestType: merged | ||
ManifestVersion: 1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters