onnxruntime/tools/ci_build/github/azure-pipelines/mac-ci-pipeline.yml
Yi Zhang 6463f4383b
make WITHCACHE as an option in MacOS workflow (#14188)
### Description
1. Set the WithCache default value as false in Mac OS CI workflow too.
2. Add date of today in cache key to avoid cache size keep increasing
too.

WithCache, the pipeline duration reduced from 70 more minutes to 10 more
minutes
2023-01-10 10:54:19 +08:00

7 lines
214 B
YAML

jobs:
- template: templates/mac-ci.yml
parameters:
AllowReleasedOpsetOnly: 0
BuildForAllArchs: false
AdditionalBuildFlags: --build_objc --enable_language_interop_ops --build_wheel
WithCache: true