diff --git a/README.rst b/README.rst index bd756f5..3b6c2b6 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,7 @@ +.. image:: https://dev.azure.com/pandas-dev/pandas-wheels/_apis/build/status/MacPython.pandas-wheels?branchName=master + :target: https://dev.azure.com/pandas-dev/pandas-wheels/_build/latest?definitionId=2&branchName=master + + #################################### Building and uploading pandas wheels #################################### diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 597b7b7..efda4e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,6 +7,12 @@ schedules: - master always: true +trigger: +- master + +pr: +- master + jobs: - template: azure/windows.yml parameters: diff --git a/azure/windows.yml b/azure/windows.yml index 3e04d4f..3b9b7ad 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -86,12 +86,6 @@ jobs: teardown_test_venv displayName: Install wheel and test condition: eq(variables['SKIP_BUILD'], 'false') - - task: PublishTestResults@2 - inputs: - testResultsFiles: '$(TEST_DIR)/$(JUNITXML)' - testRunTitle: ${{ format('{0}-$(Agent.JobName)', parameters.name) }} - displayName: 'Publish Test Results' - condition: eq(variables['SKIP_BUILD'], 'false') - bash: echo "##vso[task.prependpath]$CONDA/Scripts" displayName: Add conda to PATH