winget-cli

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

UpdateFlowTest_Exe_UnsupportedArgs.yaml (879B)


      1 # Same content with UpdateFlowTest_Exe.yaml but with higher version and UnsupportedArguments
      2 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.2.0.schema.json
      3 
      4 PackageIdentifier: AppInstallerCliTest.TestExeInstaller
      5 PackageVersion: 2.0.0.0
      6 PackageLocale: en-US
      7 PackageName: AppInstaller Test Installer
      8 Publisher: Microsoft Corporation
      9 AppMoniker: AICLITestExe
     10 License: Test
     11 Switches:
     12   Custom: /custom /ver3.0.0.0
     13   SilentWithProgress: /silentwithprogress
     14   Silent: /silence
     15   Update: /update
     16 UnsupportedArguments:
     17     - log
     18     - location
     19 ShortDescription: AppInstaller Test Exe Installer
     20 Installers:
     21     - Architecture: x64
     22       InstallerUrl: https://ThisIsNotUsed
     23       InstallerType: exe
     24       InstallerSha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B
     25 ManifestType: singleton
     26 ManifestVersion: 1.2.0