Skip to content

Commit 9868886

Browse files
authored
Annotation
Problem with expected key
1 parent 4fb6b31 commit 9868886

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

โ€Žazure-pipelines.ymlโ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ pool:
1010
vmImage: "ubuntu-latest"
1111
strategy:
1212
matrix:
13-
#Python27:
14-
# python.version: "2.7"
13+
# Python27:
14+
# python.version: "2.7"
1515
Python35:
1616
python.version: "3.5"
1717
Python36:
@@ -25,9 +25,9 @@ steps:
2525
versionSpec: "$(python.version)"
2626
displayName: "Use Python $(python.version)"
2727
- task: CopyFiles@2
28-
inputs:
29-
targetFolder: '$(Build.ArtifactStagingDirectory)'
30-
- task: PublishBuildArtifacts@1
28+
# inputs:
29+
# targetFolder: '$(Build.ArtifactStagingDirectory)'
30+
#- task: PublishBuildArtifacts@1
3131

3232
- script: |
3333
python -m pip install --upgrade pip

0 commit comments

Comments
ย (0)