From ff2b0f562b2aa25a77ec4a7316f58e584586e5e2 Mon Sep 17 00:00:00 2001 From: Anthony Louis Date: Wed, 21 Apr 2021 02:28:52 -0300 Subject: [PATCH] Fix the path for file to execute msbuild --- sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md b/sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md index 41dbf888ba..714f3772a7 100644 --- a/sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md +++ b/sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md @@ -48,7 +48,7 @@ build **Note:** If you make changes to the driver code or CMake project files, re-run the `build_windows_.sh` script before running the following command. ``` -msbuild .\build\odbc\PACKAGE.vcxproj -p:Configuration=Release +msbuild .\build\odbc\cmake\PACKAGE.vcxproj -p:Configuration=Release ``` `Open Distro for Elasticsearch SQL ODBC Driver--Windows--bit.msi` will be generated in the build directory.