From 9f8202bc4f3202b9f6771a960860366c47f94c4f Mon Sep 17 00:00:00 2001 From: Tobias Sekan Date: Mon, 28 Sep 2020 19:09:24 +0200 Subject: [PATCH] Add VS Preview to prerequisites install script (#6855) --- doc/devdocs/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/devdocs/readme.md b/doc/devdocs/readme.md index 4cf78f41ea..cd873fda77 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -57,6 +57,7 @@ Various tools used by PowerToys. Includes the Visual Studio 2019 project templat ```shell cd "%ProgramFiles(x86)%\Microsoft Visual Studio\2019" SET targetFolder="\" +IF EXIST Preview\NUL (SET targetFolder=Preview) IF EXIST Enterprise\NUL (SET targetFolder=Enterprise) IF EXIST Professional\NUL (SET targetFolder=Professional) IF EXIST Community\NUL (SET targetFolder=Community)