mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
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:
parent
fbfe92f66a
commit
e4aae94f20
1 changed files with 0 additions and 20 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue