There was an error while loading. Please reload this page.
1 parent 4fb6b31 commit 9868886Copy full SHA for 9868886
โazure-pipelines.ymlโ
@@ -10,8 +10,8 @@ pool:
10
vmImage: "ubuntu-latest"
11
strategy:
12
matrix:
13
- #Python27:
14
- # python.version: "2.7"
+# Python27:
+# python.version: "2.7"
15
Python35:
16
python.version: "3.5"
17
Python36:
@@ -25,9 +25,9 @@ steps:
25
versionSpec: "$(python.version)"
26
displayName: "Use Python $(python.version)"
27
- task: CopyFiles@2
28
- inputs:
29
- targetFolder: '$(Build.ArtifactStagingDirectory)'
30
-- task: PublishBuildArtifacts@1
+# inputs:
+# targetFolder: '$(Build.ArtifactStagingDirectory)'
+#- task: PublishBuildArtifacts@1
31
32
- script: |
33
python -m pip install --upgrade pip
0 commit comments