Skip to content

Commit 4d1b9bf

Browse files
committed
Try using bash step to use file globbing
1 parent 6334cb0 commit 4d1b9bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@ jobs:
7676
script: "python -m coverage run setup.py test"
7777
displayName: "Test mbed-os-tools"
7878
-
79-
script: "python setup.py sdist && pip install dist/*"
79+
bash: "python setup.py sdist && pip install dist/*"
8080
displayName: "Install mbed-os-tools"
8181
-
82-
script: "python setup.py sdist && pip install dist/*"
82+
bash: "python setup.py sdist && pip install dist/*"
8383
displayName: "Install mbed-ls"
8484
workingDirectory: "packages/mbed-ls"
8585
-
86-
script: "python setup.py sdist && pip install dist/*"
86+
bash: "python setup.py sdist && pip install dist/*"
8787
displayName: "Install mbed-host-tests"
8888
workingDirectory: "packages/mbed-host-tests"
8989
-
90-
script: "python setup.py sdist && pip install dist/*"
90+
bash: "python setup.py sdist && pip install dist/*"
9191
displayName: "Install mbed-greentea"
9292
workingDirectory: "packages/mbed-greentea"
9393
-

0 commit comments

Comments
 (0)