This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 671cb83b323aac3568c4ed59e8b9d73f56a394ea Author: Shad Storhaug <[email protected]> AuthorDate: Tue Oct 26 03:14:17 2021 +0700 README.md: Added recommendation to close Visual Studio before running a command line build --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb257ab..be8c41b 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,8 @@ Building on the Command Line is currently only supported on Windows. ##### Execution +> **NOTE:** If the project is open in Visual Studio, its background restore may interfere with these commands. It is recommended to close all instances of Visual Studio that have `Lucene.Net.sln` open before executing. + To build the source, clone or download and unzip the repository. From the repository root, execute the `build.bat` file from a command prompt and include the desired options from the build options table below: ```
