-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created manifest for Dell Command Monitor 10.6.0 #33989
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @prboyer, |
This package has a dependency that |
@Trenly I believe both are true:
Is there a way to specify either of these dependencies/requirements in the YAML manifest? I would imagine there has to be a way to link dependencies like |
There are ways to mark the dependencies in the manifest. The 1.0.0 schema should be helpful for showing how to do this. I haven’t done it myself, but I believe it would be something like: Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.dotnet
MinimumVersion: 4.6.1 However, the CLI currently doesn’t support automatic installation of dependencies; Its being tracked in microsoft/winget-cli#163 . Custom hardware requirements are also not implemented yet, but are being tracked by #199504 Unfortunately, these block the PR from being validated until the CLI supports both dependencies and custom hardware |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the name of the directory containing the manifest you're submitting.Submission containins materials of a third party: Dell Inc.
Microsoft Reviewers: Open in CodeFlow