Skip to content

Commit 9b3d077

Browse files
committed
Skip Azure Pipelines publish steps
1 parent 81cb46a commit 9b3d077

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

azure-pipelines.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,22 @@ jobs:
6262
- script: python -m pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
6363
displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
6464

65-
- task: PublishTestResults@2
66-
inputs:
67-
testResultsFiles: '**/test-results.xml'
68-
testRunTitle: 'Python $(python.version)'
69-
condition: succeededOrFailed()
70-
71-
- job: 'Publish'
72-
dependsOn: 'Test'
73-
pool:
74-
vmImage: 'Ubuntu-16.04'
75-
76-
steps:
77-
- task: UsePythonVersion@0
78-
inputs:
79-
versionSpec: '3.x'
80-
architecture: 'x64'
81-
82-
- script: python setup.py sdist
83-
displayName: 'Build sdist'
65+
#- task: PublishTestResults@2
66+
# inputs:
67+
# testResultsFiles: '**/test-results.xml'
68+
# testRunTitle: 'Python $(python.version)'
69+
# condition: succeededOrFailed()
70+
71+
#- job: 'Publish'
72+
# dependsOn: 'Test'
73+
# pool:
74+
# vmImage: 'Ubuntu-16.04'
75+
76+
# steps:
77+
# - task: UsePythonVersion@0
78+
# inputs:
79+
# versionSpec: '3.x'
80+
# architecture: 'x64'
81+
82+
# - script: python setup.py sdist
83+
# displayName: 'Build sdist'

0 commit comments

Comments
 (0)