From 54663332e55c82043636d1f2b096e9e13c9cfe68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 2 Mar 2022 16:00:00 +0100 Subject: [PATCH] Doc: Windows Dev Environment: correct reboot requirement Building icinga2.sln via Visual Studio doesn't require compilation via MSBuild.exe. --- doc/21-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/21-development.md b/doc/21-development.md index 01c86204b..db4d92fb7 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -1772,7 +1772,7 @@ cd .\build\ ``` Building icinga2.sln via Visual Studio itself seems to require a reboot -after installing the build tools and building once via command line. +after installing the build tools. #### Chocolatey