-
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
Update manifest: Nushell.Nushell version 0.100.0 #200911
Update manifest: Nushell.Nushell version 0.100.0 #200911
Conversation
/AzurePipelines run |
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.
This is a wix installer and as such does not support user scope - it will always write the ARP entries to machine scope
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.
User scope should be removed from the manifest.
manifests/n/Nushell/Nushell/0.100.0/Nushell.Nushell.installer.yaml
Outdated
Show resolved
Hide resolved
manifests/n/Nushell/Nushell/0.100.0/Nushell.Nushell.installer.yaml
Outdated
Show resolved
Hide resolved
Head branch was pushed to by a user without write access
/AzurePipelines run |
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.
And now the PR won’t fix the bug that it's linked to! Moving the scope to each individual installer will have no effect; The cleanest solution here is to make the scope undefined by removing it from the manifest entirely
- Remove `Scope` from top-level properties. Signed-off-by: Dragon1573 <[email protected]>
61daad2
to
2f9777c
Compare
/AzurePipelines run |
5e93f84
into
microsoft:master
Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present. |
What's changed
Scope
definition in top-level properties.Installers
properties.Scope
definition for each entrance.Checklist for Pull Requests
Manifests
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the directory's name containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow