Skip to content

Commit ed554f2

Browse files
committed
Add path to pkgs & sdk to bootstrap SDK smoke-test
1 parent 45e94c4 commit ed554f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vsts.pipelines/steps/run-bootstrap.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,10 @@ steps:
195195
df -h
196196
$(docker.run) $(docker.bst.map) $(docker.bst.work) $(imageName) bash -c "
197197
pushd /bst/bootstrap_dir/final-sdk
198-
./build.sh --run-smoke-test"
198+
./build.sh \
199+
--run-smoke-test \
200+
--with-packages /bst/bootstrap_dir/stage1-source-built-artifacts-install/ \
201+
--with-sdk /bst/bootstrap_dir/stage1-sdk-install/"
199202
displayName: Smoke-test final SDK
200203
condition: always()
201204

0 commit comments

Comments
 (0)