Skip to content

Commit a6af0ad

Browse files
committed
tests updated with new build process
1 parent 177b7c9 commit a6af0ad

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

eng/pipelines/test-pipeline.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636
3737
- script: |
3838
cd mssql_python\pybind
39-
mkdir build
40-
cd build
41-
cmake -DPython3_EXECUTABLE="python3" -DCMAKE_BUILD_TYPE=Debug ..
42-
cmake --build . --config Debug
43-
copy Debug\ddbc_bindings.pyd ..\..\ddbc_bindings.pyd
39+
build.bat x64
4440
displayName: 'Build .pyd file'
4541
4642
- script: |

0 commit comments

Comments
 (0)