mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
fix workspace clean line
This commit is contained in:
parent
3571b280e1
commit
cc5308d6d2
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ stages:
|
|||
condition: succeeded()
|
||||
jobs:
|
||||
- job: NuGet_Test_Android
|
||||
clean: all
|
||||
workspace:
|
||||
clean: all
|
||||
pool: "${{ parameters.AgentPool }}"
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue