mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
added continue on error for the linux cleanup step, to mitigate the build failure. root cause unknown (#1936)
This commit is contained in:
parent
2ecac41614
commit
c3ffd1f47d
1 changed files with 1 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ steps:
|
|||
- script: rm -rf $(Agent.BuildDirectory)
|
||||
displayName: Clean build files (POSIX)
|
||||
condition: not(eq(variables['Agent.OS'], 'Windows_NT')) # and always()
|
||||
continueOnError: true # continuing on error for this step, since linux build folder is somehow getting permission issue
|
||||
|
|
|
|||
Loading…
Reference in a new issue