TestMappingWithArchitectureX64.yaml (869B)
1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.2.0.schema.json 2 3 PackageIdentifier: AppInstallerTest.TestMappingWithArchitectureX64 4 PackageVersion: '1.0' 5 PackageName: TestMappingWithArchitecture 6 PackageLocale: en-US 7 Publisher: Microsoft 8 License: Test 9 ShortDescription: E2E test for mapping with architecture. 10 Installers: 11 - Architecture: x64 12 InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe 13 InstallerType: exe 14 InstallerSha256: <EXEHASH> 15 AppsAndFeaturesEntries: 16 - DisplayName: "TestMappingWithArchitecture(X64)" 17 InstallerSwitches: 18 Custom: '/DisplayName TestMappingWithArchitecture(X64) /ProductID {0e426f01-b682-4e67-a357-52f9ecb4590d}' 19 InstallLocation: /InstallDir <INSTALLPATH> 20 ManifestType: singleton 21 ManifestVersion: 1.2.0