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 6c14d98 commit a08c429Copy full SHA for a08c429
azure-pipelines.yml
@@ -331,18 +331,7 @@ jobs:
331
displayName: linux-gcc
332
condition: succeeded()
333
pool: Hosted Ubuntu 1604
334
- strategy:
335
- matrix:
336
- python27:
337
- python.version: '2.7'
338
- python35:
339
- python.version: '3.5'
340
steps:
341
- - task: UsePythonVersion@0
342
- inputs:
343
- versionSpec: '$(python.version)'
344
- - bash: |
345
- echo "##vso[task.setvariable variable=python_path]$(which python)"
346
- bash: |
347
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
348
0 commit comments