-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
FileOpen.FileOpen version 3.0.176.998 #121663
FileOpen.FileOpen version 3.0.176.998 #121663
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
While testing in Windows Sandbox, Logs from Windows Sandbox
Maybe the Azure Pipelines blocked here for |
Hi, sorry, I don't understand if you need more info from my part. If so, if you want me to open a case with the publisher, i'd be glad to help and submit any issue you ask me to contact support with. |
Thank you @freddyboy1974 ! The above question is for There are some complicated situations to handle with the manifests:
|
…7249e2-a675-4b45-8d1d-58f975521141
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
- Maybe the MSI file is NOT packaged by wix. - Official team prefer EXE installer rather than MSI one. - Try again if the EXE file can pass the Azure Pipeline tests. Signed-off-by: Dragon1573 <49941141+Dragon1573@users.noreply.github.com>
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
This doesn't affect the pipelines at all, since the tests are executed in an isolated environment
Dependencies aren't enabled in the pipelines yet, this is what is causing the unattended label |
It seems that microsoft/winget-cli#163 is solved and closed on Aug 30. I can't understand microsoft/winget-cli#163 (comment) in that issue.
Could you please explain more? Currently convert this PR to "Draft" and wait for the implementation. |
Dependencies are still an experimental feature until the 1.6 client. Currently, the validation pipeline runs the 1.4 client. This is to ensure that the newer 1.6 version has enough time to roll out to users. It may be a few days or weeks before manifests that have dependencies are able to be automatically processed. |
Switch status as "Ready for review". As PR #101086 also requires dependencies, but it passed Azure Pipelines and successfully merged. |
/AzurePipelines run |
Commenter does not have sufficient privileges for PR 121663 in repo microsoft/winget-pkgs |
Seems nobody are interested in this pull request, and this version may be outdated. Close as rejected. |
Bugger, I came here hoping this wouldn't need to much to finish. @Dragon1573 , any change your willing to submit again? |
This package requires Adobe Acrobat series as dependency, which is currently not available for Azure Pipelines. You can simply copy 3 files from my PR, and submit to this repository for a new PR. I think pipelines will failed as before. |
Resolve #121595 .
winget validate --manifest <path>
?winget install --manifest <path>
?Tools/SandboxTest.ps1 -Manifest <path>
?Note:
<path>
is the name of the directory containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow