mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-11 00:49:31 +00:00
[js/web] allow script to use partial success build (#15547)
### Description allow script `npm run pull:wasm` to use partial success build.
This commit is contained in:
parent
901c2bc384
commit
cb83d2b1a9
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ console.log('=== Start to pull WebAssembly artifacts from CI ===');
|
|||
downloadJson(
|
||||
'https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/builds?api-version=6.1-preview.6' +
|
||||
'&definitions=161' +
|
||||
'&resultFilter=succeeded' +
|
||||
'&resultFilter=succeeded%2CpartiallySucceeded' +
|
||||
'&$top=1' +
|
||||
'&repositoryId=Microsoft/onnxruntime' +
|
||||
'&repositoryType=GitHub' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue