mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-02 23:39:58 +00:00
Fix one exception in post merge (#17327)
### 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. -->
This commit is contained in:
parent
5d2c57363f
commit
0e9e9b2a67
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ steps:
|
|||
${{ if eq(parameters.WithCache, true) }}:
|
||||
msbuildArgs: '${{parameters.MsbuildArguments}} ${{parameters.CacheArg}}'
|
||||
${{ else }}:
|
||||
arguments: '${{parameters.CMakeArguments}}'
|
||||
msbuildArgs: '${{parameters.MsbuildArguments}}'
|
||||
msbuildArchitecture: ${{parameters.BuildArch}}
|
||||
maximumCpuCount: true
|
||||
logProjectEvents: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue