Skip to content

Commit

Permalink
# This is a combination of 4 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

Resolved merge conflict by incorporating both suggestions

# This is the commit message Azure#2:

indentation fixed

# This is the commit message Azure#3:

indentation fixed

# This is the commit message Azure#4:

indentation fixed
  • Loading branch information
KarishmaGhiya committed Feb 4, 2019
1 parent 66935c0 commit aaaf079
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .azure-pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,16 @@ jobs:
summaryFileLocation: '$(Build.SourcesDirectory)/coverage.xml'
reportDirectory: '$(Build.SourcesDirectory)/htmlcov'

- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
displayName: 'Component Detection'
condition: and(eq(variables['os.name'],'Windows'),succeeded())

- job: Test_Alpha_Python
timeoutInMinutes: 90
condition: eq(variables['long_running_tests'], True)


- job: Special_Python_Distro_Tests
dependsOn:
- 'Build_Target_Packages'
pool:
Expand Down

0 comments on commit aaaf079

Please sign in to comment.