Skip to content

Commit a9bfeb9

Browse files
authored
[js/web] allow script to use partial success build (microsoft#15547)
### Description allow script `npm run pull:wasm` to use partial success build.
1 parent a558b09 commit a9bfeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/script/pull-prebuilt-wasm-artifacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ console.log('=== Start to pull WebAssembly artifacts from CI ===');
7676
downloadJson(
7777
'https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/builds?api-version=6.1-preview.6' +
7878
'&definitions=161' +
79-
'&resultFilter=succeeded' +
79+
'&resultFilter=succeeded%2CpartiallySucceeded' +
8080
'&$top=1' +
8181
'&repositoryId=Microsoft/onnxruntime' +
8282
'&repositoryType=GitHub' +

0 commit comments

Comments
 (0)