Disable ccache for WinML build (#18104)

### Description
It seems would resolve the timeout issue. 


### Motivation and Context
This commit is contained in:
Changming Sun 2023-10-26 04:03:01 -07:00 committed by GitHub
parent 538e97cbda
commit 0f72739b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ stages:
isTraining: false
ORT_EP_NAME: CPU
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
MachinePool: 'onnxruntime-Win-CPU-2022'
- stage: x86_release