onnxruntime/tools/ci_build
Changming Sun 12605f05d1
Fix CUDA PATH (#3131)
Previously, we put the "bin" folder of all the CUDA verions in the system PATH. And 10.2 is in the front. It's a mess.
So I've removed all of them from the system PATH env. But I need to add one of them back through build scripts.

(The problem only affect the C# test, not the C/C++ tests that forked from build.py).
2020-03-03 14:34:19 -08:00
..
github Fix CUDA PATH (#3131) 2020-03-03 14:34:19 -08:00
build.py Make Java API available on Android (#3030) 2020-02-27 08:23:50 -08:00
gen_def.py Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
static_analysis_filter.py