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 49677df commit 77ca057Copy full SHA for 77ca057
build/template-python-config.yaml
@@ -2,13 +2,13 @@
2
# Installs and updates PIP and ensures MSAL.Python PIP is properly installed on build machine.
3
4
steps:
5
-- task: stevedower.python.PythonScript.PythonScript@1
+- task: stevedower.python.PythonScript.PythonScript@0
6
displayName: 'Update PIP'
7
condition: and(succeeded(), eq(variables['RunTests'], 'true'))
8
inputs:
9
arguments: '-m pip install --upgrade pip'
10
11
12
displayName: 'Install MSAL.Python PIP'
13
14
0 commit comments