TestZipInstaller_Msix.yaml (778B)
1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.4.0.schema.json 2 3 PackageIdentifier: AppInstallerTest.TestZipInstallerWithMsix 4 PackageVersion: 1.0.0.0 5 PackageName: TestZipInstallerWithMsix 6 PackageLocale: en-US 7 Publisher: AppInstallerTest 8 License: Test 9 ShortDescription: E2E test for installing a zip with msix. 10 Installers: 11 - Architecture: x64 12 InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestZipInstaller/AppInstallerTestZipInstaller.zip 13 InstallerType: zip 14 ProductCode: '{A5D36CF1-1993-4F63-BFB4-3ACD910D36A1}' 15 InstallerSha256: <ZIPHASH> 16 NestedInstallerType: msix 17 NestedInstallerFiles: 18 - RelativeFilePath: AppInstallerTestMsixInstaller.msix 19 ManifestType: singleton 20 ManifestVersion: 1.4.0