Remove debug build/test in Mac CPU training (#12698)

* run mac training parallely

* update jobname

* remove debug build/test
This commit is contained in:
Yi Zhang 2022-08-25 13:38:53 +08:00 committed by GitHub
parent d91f017da1
commit dee2fdffb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,3 @@
trigger: none
jobs:
- template: templates/mac-ci.yml
parameters:
@ -11,7 +9,7 @@ jobs:
--skip_submodule_sync
--parallel
--build_shared_lib
--config Debug RelWithDebInfo
--config RelWithDebInfo
--enable_training
DoNugetPack: 'false'
# Enable unreleased onnx opsets in CI builds