mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
Cherry Picking 13124 (#13132)
### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Co-authored-by: Baiju Meswani <bmeswani@microsoft.com>
This commit is contained in:
parent
43766ee36d
commit
c0bb9d5e26
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ stages:
|
|||
|
||||
variables:
|
||||
- name: isMain
|
||||
value: ${{ eq(variables['Build.SourceBranch'], 'refs/heads/main') }}
|
||||
value: ${{ or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/rel-')) }}
|
||||
- name: finalStorage
|
||||
${{ if eq(variables['isMain'], 'true') }}:
|
||||
value: '--final_storage'
|
||||
|
|
|
|||
Loading…
Reference in a new issue