We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553cfec commit bd6461bCopy full SHA for bd6461b
1 file changed
azure-pipelines-template.yml
@@ -4,6 +4,11 @@ steps:
4
versionSpec: '$(node_version)'
5
displayName: 'Install Node.js'
6
7
+- task: UsePythonVersion@0
8
+ inputs:
9
+ versionSpec: '2.x'
10
+ displayName: 'Use python 2'
11
+
12
- script: npm install
13
displayName: 'npm install'
14
0 commit comments