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 26031e3 commit 7877d2eCopy full SHA for 7877d2e
eng/pipelines/templates/steps/build-package-artifacts.yml
@@ -57,7 +57,7 @@ steps:
57
58
- pwsh: |
59
which python
60
- python -m pip install --force -r eng\ci_tools.txt
+ python -m pip install --force -r eng/ci_tools.txt
61
python -m pip freeze --all
62
displayName: 'Prep Environment'
63
0 commit comments