winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

TestMappingWithArchitectureX86.yaml (867B)


      1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.2.0.schema.json
      2 
      3 PackageIdentifier: AppInstallerTest.TestMappingWithArchitectureX86
      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: x86
     12     InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe
     13     InstallerType: exe
     14     InstallerSha256: <EXEHASH>
     15     AppsAndFeaturesEntries:
     16     - DisplayName: "TestMappingWithArchitecture(X86)"
     17     InstallerSwitches:
     18       Custom: '/DisplayName TestMappingWithArchitecture(X86) /ProductID {0e426f01-b682-4e67-a357-52f9ecb4590d}'
     19       InstallLocation: /InstallDir <INSTALLPATH>
     20 ManifestType: singleton
     21 ManifestVersion: 1.2.0