PowerToys: Drop unused .NET runtime dependency#307
Open
Terrance wants to merge 1 commit intomkevenaar:masterfrom
Open
PowerToys: Drop unused .NET runtime dependency#307Terrance wants to merge 1 commit intomkevenaar:masterfrom
Terrance wants to merge 1 commit intomkevenaar:masterfrom
Conversation
PowerToys is packaged with its own copy of the .NET desktop runtime, and does not require a system installation as well.
|
❌ Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look. |
Author
|
The build appears to have failed because the CI server can't reach GitHub? (Update config remain unchanged.) |
Author
|
@mkevenaar Can you take a look? I can see the last AU for PowerToys built ok so I'm not sure what needs to change here. |
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
PowerToys is packaged with its own copy of the .NET desktop runtime, and does not require a system installation as well.
Motivation and Context
Fixes #285.
How Has this Been Tested?
Installed, uninstalled and reinstalled locally. PowerToys UI and a handful of tested toys (Awake, Advanced Paste, Find My Mouse) appear to be working as expected.
Types of changes
New feature (non-breaking change which adds functionality)Breaking change (fix or feature that would cause existing functionality to change)Migrated package (a package has been migrated from another repository)Checklist:
My change requires a change to documentation (this usually means the notes in the description of a package).I have updated the documentation accordingly (this usually means the notes in the description of a package).I have updated the package description and it is less than 4000 characters.