Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix the path for file to execute msbuild #1094

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build
**Note:** If you make changes to the driver code or CMake project files, re-run the `build_windows_<config><bitness>.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-<version>-Windows-<Bitness>-bit.msi` will be generated in the build directory.
Expand Down