mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Nuget Windows AI Pipeline, Disable SDL Submodules. (#22711)
### Description <!-- Describe your changes. --> Set SDL's git submodule to false. ### 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. --> * Previous job's SDL logs:It has 'git submodule sync' command, which means 'git submodule sync synchronizes all submodules while git submodule sync' * After set sdl git submodules to false, the logs don't have 'git submodule sync' command.
This commit is contained in:
parent
c64459fdd7
commit
74adfc2099
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ extends:
|
|||
name: onnxruntime-Win-CPU-2022
|
||||
os: windows
|
||||
sdl:
|
||||
git:
|
||||
submodules: false
|
||||
tsa:
|
||||
enabled: true
|
||||
codeSignValidation:
|
||||
|
|
|
|||
Loading…
Reference in a new issue