From b02d7053a210837eb0383186a8fd76aa8ea47482 Mon Sep 17 00:00:00 2001 From: Jakub Majocha <1760221+majocha@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:45:06 +0200 Subject: [PATCH] Mention -deployExtensions switch in DEVGUIDE.md --- DEVGUIDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index c551c90af2b..a8d24bcebc5 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -323,6 +323,7 @@ Then, use the **f5** or **ctrl+f5** keyboard shortcuts to test your tooling chan Alternatively, you can do this entirely via the command line if you prefer that: ```shell +Build.cmd -c Release -deployExtensions devenv.exe /rootsuffix RoslynDev ```