We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed554f2 commit 3771a2fCopy full SHA for 3771a2f
.vsts.pipelines/steps/run-bootstrap.yml
@@ -163,14 +163,14 @@ steps:
163
condition: always()
164
continueOnError: true
165
166
-# Copy final-stage tarball artifactss and sdk tarball to drop directory.
+# Copy final-stage tarball artifacts and sdk tarball to drop directory.
167
- script: |
168
set -ex
169
df -h
170
$(docker.run) $(docker.bst.map) $(docker.drop.map) $(docker.bst.work) $(imageName) /bin/bash -c "
171
mkdir -p /drop/tarball/final
172
pushd /bst/bootstrap_dir/final-sdk
173
- find ./bin \( \
+ find ./artifacts \( \
174
-iname 'dotnet-sdk*.tar.gz' -o \
175
-iname 'Private.SourceBuilt.Artifacts*.tar.gz' \) \
176
-exec cp {} /drop/tarball/final \;"
0 commit comments