-
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
New package: cristiano100.roforge version 0.1 #120242
New package: cristiano100.roforge version 0.1 #120242
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
@microsoft-github-policy-service agree |
Hello @Cristiano100, During installation testing, this application failed to install without user input. Did you forget to add Silent or SilentWithProgress switches? This can also happen when a dependency is missing. You can test with https://github.com/microsoft/winget-pkgs#test-your-manifest. Please investigate a fix and resubmit the Pull Request. You may also try using the Windows Package Manager Manifest Creator to determine the proper installer type. If the installer type is MSIX, MSI, or a known installer technology like NullSoft, Inno, etc. the wingetcreate tool can detect them and the winget client will know what switches to pass. If it's a .exe installer of an unknown type, you will need to search to determine the proper switches for Silent and SilentWithProgress. Template: msftbot/validationError/installation/unattended |
@wingetbot waivers Add Validation-Unattended-Failed |
Commenter does not have sufficient privileges for PR 120242 |
manifests/c/cristiano100/roforge/0.1/cristiano100.roforge.installer.yaml
Show resolved
Hide resolved
Hello @Cristiano100, This package appears to require dependencies in order to install successfully. This PR is blocked until support for dependencies is implemented in: Be sure to add your 👍 to the issue to help raise the priority and avoid posting "Me too!" messages to respect those who have subscribed to the issue. Template: msftbot/blockingIssue/dependencySupport |
manifests/c/cristiano100/roforge/0.1/cristiano100.roforge.installer.yaml
Outdated
Show resolved
Hide resolved
…aller.yaml Co-authored-by: Stephen Gillie <114952565+stephengillie@users.noreply.github.com>
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
…aller.yaml Co-authored-by: Stephen Gillie <114952565+stephengillie@users.noreply.github.com>
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Hi @Cristiano100, This is expected - whenever the PR gets updated, our automation removes validation labels and runs the PR through the validation process again. |
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the name of the directory containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow