Merged
Conversation
florelis
previously approved these changes
Feb 17, 2026
.github/copilot-instructions.md
Outdated
|
|
||
| 1. Install Visual Studio 2022 with required workloads (see `.vsconfig`) | ||
| 2. Install Windows SDK 10.0.26100: `winget install Microsoft.WindowsSDK.10.0.26100` | ||
| 3. Configure system: `winget configure .config/configuration.winget` (from project root) |
Member
There was a problem hiding this comment.
Does this not include some of the other steps?
.github/copilot-instructions.md
Outdated
| The solution uses: | ||
| - MSBuild for native C++ projects | ||
| - vcpkg for C++ dependencies | ||
| - NuGet for .NET dependencies |
Member
There was a problem hiding this comment.
Also for C++ dependencies (e.g. winrt)
.github/copilot-instructions.md
Outdated
|
|
||
| ### Building | ||
|
|
||
| Open `src\AppInstallerCLI.sln` in Visual Studio and build the solution (Ctrl+Shift+B). |
Member
There was a problem hiding this comment.
Does we want Copilot to know that it can also use MSBuild.exe? If somebody tells Copilot to do something, could it be easier for it to use MSBuild instead of VS?
.github/copilot-instructions.md
Outdated
| # Get WinGet client info | ||
| wingetdev --info | ||
|
|
||
| # Run with experimental features |
Member
There was a problem hiding this comment.
Suggested change
| # Run with experimental features | |
| # Show available experimental features |
florelis
approved these changes
Feb 17, 2026
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.
Written largely by CoPilot itself.
Microsoft Reviewers: Open in CodeFlow