Remove azure build to unblock PRs (#15336)

Temporarily remove Azure build check to unblock PR(s).
We need to investigate the sudden build failure and reenable.

Co-authored-by: Randy Shuai <rashuai@microsoft.com>
This commit is contained in:
RandySheriffH 2023-04-03 12:47:14 -07:00 committed by GitHub
parent fbfe92f66a
commit e4aae94f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,23 +190,3 @@ stages:
WITH_CACHE: true
MachinePool: 'onnxruntime-Win2019-CPU-training'
- stage: x64_release_azure
dependsOn: []
jobs:
- template: templates/win-ci-vs-2019.yml
parameters:
BuildConfig: 'RelWithDebInfo'
EnvSetupScript: setup_env_azure.bat
buildArch: x64
additionalBuildFlags: --use_azure
msbuildPlatform: x64
isX86: false
job_name_suffix: x64_release_azure
RunOnnxRuntimeTests: ${{ parameters.RunOnnxRuntimeTests }}
RunStaticCodeAnalysis: false
EnablePython: false
isTraining: false
ORT_EP_NAME: CPU
GenerateDocumentation: false
WITH_CACHE: true
MachinePool: 'Win-CPU-2019'