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 71e0ada commit f6f9488Copy full SHA for f6f9488
.vsts.pipelines/steps/run-bootstrap.yml
@@ -170,7 +170,7 @@ steps:
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