Skip to content

Commit 45641ee

Browse files
committed
Fix tarball smoke-test: diff in support build.sh
1 parent 6879887 commit 45641ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts.pipelines/jobs/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
set -ex
236236
df -h
237237
$(docker.run) $(docker.tb.map) $(docker.tb.work) $(imageName) "$(tarballName)/build.sh" \
238-
--run-smoke-test \
238+
--run-smoke-test -- \
239239
/p:Configuration=$(sb.configuration)
240240
du -h $(rootDirectory) | sort -h | tail -n 50
241241
displayName: Run smoke-test in tarball

0 commit comments

Comments
 (0)