Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
d738c89
some fixes on nuget CPU pipeline
shahasad Oct 19, 2019
56e6fa4
revert d738c89536a06b09a61532bb887f2bcc2182dafb
shahasad Oct 20, 2019
1356f5f
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Oct 20, 2019
698a294
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Oct 21, 2019
2189a00
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Oct 23, 2019
8222814
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Oct 25, 2019
b9a8cb1
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Nov 27, 2019
7bec526
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Dec 3, 2019
6c6895d
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Dec 4, 2019
87eecbf
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Dec 5, 2019
ac78417
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Dec 6, 2019
57ccb7b
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Dec 6, 2019
f242f82
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Dec 9, 2019
a5fef2b
Merge branch 'master' of https://github.com/Microsoft/onnxruntime
shahasad Dec 12, 2019
44bd264
removed unnecessary batch file. fixed the path issue for java test run
shahasad Dec 12, 2019
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
3 changes: 1 addition & 2 deletions tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
set /p WHEEL_FILENAME=<wheel_filename_file
del wheel_filename_file
python.exe -m pip install -q --upgrade %WHEEL_FILENAME%
set PATH=%PATH%;$(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)
@echo %PATH%
set PATH=$(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig);%PATH%
python $(Build.SourcesDirectory)\tools\ci_build\build.py --config $(BuildConfig) --build_dir $(Build.BinariesDirectory) --skip_submodule_sync --build_shared_lib --test --cmake_generator "Visual Studio 16 2019" --use_dnnl --build_wheel --enable_onnx_tests

workingDirectory: '$(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)'
Expand Down
1 change: 0 additions & 1 deletion tools/ci_build/github/windows/set_path_to_build_dir.bat

This file was deleted.