winget-cli

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

InstallFlowTest_UnsupportedArguments.yaml (651B)


      1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.2.0.schema.json
      2 
      3 PackageIdentifier: AppInstallerCliTest.TestInstaller
      4 PackageVersion: 1.0.0.0
      5 PackageLocale: en-US
      6 PackageName: AppInstaller Test Installer
      7 ShortDescription: AppInstaller Test Installer
      8 Publisher: Microsoft Corporation
      9 Moniker: AICLITestExe
     10 License: Test
     11 UnsupportedArguments:
     12     - log
     13     - location
     14 Installers:
     15     - Architecture: x86
     16       InstallerUrl: https://ThisIsNotUsed
     17       InstallerType: exe
     18       InstallerSha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B
     19 ManifestType: singleton
     20 ManifestVersion: 1.2.0