Replies: 1 comment
-
|
I created: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you look at this part of the docs for the manifest:
winget-pkgs/doc/manifest/schema/1.4.0/installer.md
Line 70 in c4542f5
ExtpectedReturnCode, but if you use this, thenwinget validate -m .will fail, as the Schema says that it isInstallerReturnCode: https://github.com/microsoft/winget-cli/blob/abd0f94866e51a0e64c5aa363248dd7da321aa15/schemas/JSON/manifests/v1.4.0/manifest.installer.1.4.0.json#L218.(Note: this appears to be a discrepancy across all of the schema versions, so would likely be good to verify and update them all)
Beta Was this translation helpful? Give feedback.
All reactions