You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci-pr-pipeline.yml
+17-56Lines changed: 17 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ variables:
9
9
python.36: 3.6.10
10
10
python.37: 3.7.6
11
11
python.38: 3.8.1
12
-
python.version: $(python.37)
13
12
14
13
15
14
jobs:
@@ -18,18 +17,26 @@ jobs:
18
17
#Multi-configuration and multi-agent job options are not exported to YAML. Configure these options using documentation guidance: https://docs.microsoft.com/vsts/pipelines/process/phases
19
18
pool:
20
19
name: Hosted Ubuntu 1604
21
-
#Your build pipeline references the ‘python.version’ variable, which you’ve selected to be settable at queue time. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab, and then select the option to make it settable at queue time. See https://go.microsoft.com/fwlink/?linkid=865971
22
-
#Your build pipeline references the ‘python.version’ variable, which you’ve selected to be settable at queue time. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab, and then select the option to make it settable at queue time. See https://go.microsoft.com/fwlink/?linkid=865971
0 commit comments