From 501ff5690d560a7e590938b4ac39a31154481e8c Mon Sep 17 00:00:00 2001 From: Gleb Khmyznikov Date: Mon, 18 Aug 2025 16:43:42 +0200 Subject: [PATCH] minor addition to docs --- doc/devdocs/development/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devdocs/development/debugging.md b/doc/devdocs/development/debugging.md index e32e488982..c3e0fdac89 100644 --- a/doc/devdocs/development/debugging.md +++ b/doc/devdocs/development/debugging.md @@ -18,8 +18,8 @@ You can build the entire solution from the command line, which is sometimes fast 1. Open Developer Command Prompt for VS 2022 2. Navigate to the repository root directory 3. Run the following command(don't forget to set the correct platform): - ``` - msbuild -restore -p:RestorePackagesConfig=true -p:Platform=ARM64 -m PowerToys.sln + ```pwsh + msbuild -restore -p:RestorePackagesConfig=true -p:Platform=ARM64 -m PowerToys.sln /tl /p:NuGetInteractive="true" ``` 4. This process should complete in approximately 13-14 minutes for a full build