Skip to content

Commit

Permalink
*** speed up testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 3, 2018
1 parent 19b38a6 commit 1c3389c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ resources:
jobs:
- job: Windows
pool: Hosted VS2017
condition: false
steps:
- checkout: self
clean: true
Expand Down Expand Up @@ -109,8 +110,7 @@ jobs:
condition: and(succeededOrFailed(), ne(variables['system.pullrequest.isfork'], true))

- job: Linux
dependsOn: Windows
condition: succeeded()
# dependsOn: Windows
pool:
vmImage: Ubuntu 16.04
container: xenial
Expand All @@ -120,8 +120,7 @@ jobs:
- template: azure-pipelines/xplattest-pipeline.yml

- job: macOS
dependsOn: Windows
condition: succeeded()
# dependsOn: Windows
pool:
vmImage: macOS 10.13
steps:
Expand Down
10 changes: 10 additions & 0 deletions azure-pipelines/xplattest-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
steps:
- checkout: none # skip checking out the default repository resource
#- task: DownloadBuildArtifacts@0
# displayName: Download Build Artifacts
# inputs:
# artifactName: deployables
# downloadPath: $(System.DefaultWorkingDirectory)
- task: DownloadBuildArtifacts@0
displayName: Download Build Artifacts
inputs:
buildType: specific
project: OSS
pipeline: Nerdbank.GitVersioning
buildVersionToDownload: specific
buildId: 481
artifactName: deployables
downloadPath: $(System.DefaultWorkingDirectory)
- task: Bash@3
Expand Down

0 comments on commit 1c3389c

Please sign in to comment.