Skip to content

Commit 3771a2f

Browse files
committed
Use artifacts dir for sdk & prev sb artifacts
1 parent ed554f2 commit 3771a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ steps:
163163
condition: always()
164164
continueOnError: true
165165

166-
# Copy final-stage tarball artifactss and sdk tarball to drop directory.
166+
# Copy final-stage tarball artifacts and sdk tarball to drop directory.
167167
- script: |
168168
set -ex
169169
df -h
170170
$(docker.run) $(docker.bst.map) $(docker.drop.map) $(docker.bst.work) $(imageName) /bin/bash -c "
171171
mkdir -p /drop/tarball/final
172172
pushd /bst/bootstrap_dir/final-sdk
173-
find ./bin \( \
173+
find ./artifacts \( \
174174
-iname 'dotnet-sdk*.tar.gz' -o \
175175
-iname 'Private.SourceBuilt.Artifacts*.tar.gz' \) \
176176
-exec cp {} /drop/tarball/final \;"

0 commit comments

Comments
 (0)