Skip to content

Commit 77ca057

Browse files
authored
Use the suggested python script version 0 instead of 1 (#5050)
Update template-python-config.yaml
1 parent 49677df commit 77ca057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/template-python-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# Installs and updates PIP and ensures MSAL.Python PIP is properly installed on build machine.
33

44
steps:
5-
- task: stevedower.python.PythonScript.PythonScript@1
5+
- task: stevedower.python.PythonScript.PythonScript@0
66
displayName: 'Update PIP'
77
condition: and(succeeded(), eq(variables['RunTests'], 'true'))
88
inputs:
99
arguments: '-m pip install --upgrade pip'
1010

11-
- task: stevedower.python.PythonScript.PythonScript@1
11+
- task: stevedower.python.PythonScript.PythonScript@0
1212
displayName: 'Install MSAL.Python PIP'
1313
condition: and(succeeded(), eq(variables['RunTests'], 'true'))
1414
inputs:

0 commit comments

Comments
 (0)