-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Registering Git Profile for Windows Terminal on Git.Git manifests #110011
Registering Git Profile for Windows Terminal on Git.Git manifests #110011
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @BrandonWanHuanSheng, The pull request encountered an internal error and has been assigned to a developer to investigate. Template: msftbot/validationError/internalError |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @BrandonWanHuanSheng, The pull request encountered an internal error and has been assigned to a developer to investigate. Template: msftbot/validationError/internalError |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @BrandonWanHuanSheng, The pull request encountered an internal error and has been assigned to a developer to investigate. Template: msftbot/validationError/internalError |
BrandonWanHuanSheng, The check-in policies require a moderator to approve PRs from the community. Our moderators are community volunteers, please be patient and allow them sufficient time to review your submission. Template: msftbot/requiresApproval/moderator |
Hello BrandonWanHuanSheng, Template: msftbot/validationCompleted |
Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present. |
These arguments are intended to tell the installer to be as quiet as possible. * /SUPPRESSMSGBOXES indicates that the installer should not create pop-up windows when an issue arises. Instead, the installer will fail. This will resolve microsoft/git#595. * "/enable-component windowsterminal" was added to the Git/Git manifest in microsoft#110011 to resolve microsoft#109915, which was creating some installation problems on Windows 10. Signed-off-by: Derrick Stolee <[email protected]>
* microsoft/git: add custom installer arguments These arguments are intended to tell the installer to be as quiet as possible. * /SUPPRESSMSGBOXES indicates that the installer should not create pop-up windows when an issue arises. Instead, the installer will fail. This will resolve microsoft/git#595. * "/enable-component windowsterminal" was added to the Git/Git manifest in #110011 to resolve #109915, which was creating some installation problems on Windows 10. Signed-off-by: Derrick Stolee <[email protected]> * microsoft/git: match some format for Git/Git's manifest The Git/Git manifest has some additional options that were created directly by the Winget team, as opposed to microsoft/git which was created by the Git team. Since the Winget team is likely better at this sort of thing, adopt some of the choices made over there. These are mostly innocuous, though there is one interesting difference that still remains: the Git/Git manifest has two installers with different 'Scope' values ('machine' and 'user') while microsoft/git is only available via 'machine' scope. This is purposefully left alone since there is no difference in how the installers are specified and we are not sure we want to support user-only installs of microsoft/git. Signed-off-by: Derrick Stolee <[email protected]> --------- Signed-off-by: Derrick Stolee <[email protected]>
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the name of the directory containing the manifest you're submitting.Resolves #109915
Microsoft Reviewers: codeflow:open?pullrequest=#110011