Skip to content

Commit

Permalink
Modify config in azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Nov 19, 2024
1 parent 8299f35 commit 18763ee
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Azure Pipelines configuration file
jobs:
# - template: templates/build-template-window.yml
# parameters:
# parts: 3
# n: 1
# codecoverage: true
# - template: templates/build-template-window.yml
# parameters:
# parts: 3
# n: 2
# codecoverage: false
# - template: templates/build-template-window.yml
# parameters:
# parts: 3
# n: 3
# codecoverage: false
# - template: templates/build-template-window.yml
# parameters:
# parts: 3
# n: 1
# codecoverage: true
# - template: templates/build-template-window.yml
# parameters:
# parts: 3
# n: 2
# codecoverage: false
# - template: templates/build-template-window.yml
# parameters:
# parts: 3
# n: 3
# codecoverage: false
- template: templates/build-template-linux.yml
parameters:
parts: 3
Expand All @@ -24,25 +24,25 @@ jobs:
parameters:
parts: 3
n: 2
codecoverage: true
codecoverage: false
- template: templates/build-template-linux.yml
parameters:
parts: 3
n: 3
codecoverage: false
- template: templates/build-template-macos.yml
parameters:
parts: 3
n: 1
codecoverage: true
- template: templates/build-template-macos.yml
parameters:
parts: 3
n: 2
codecoverage: true
# - template: templates/build-template-macos.yml
# parameters:
# parts: 3
# n: 1
# codecoverage: true
# - template: templates/build-template-macos.yml
# parameters:
# parts: 3
# n: 2
# codecoverage: true
# - template: templates/build-template-macos.yml
# parameters:
# parts: 3
# n: 3
# codecoverage: true
# - template: templates/build-template-macos.yml
# parameters:
# parts: 3
# n: 3
# codecoverage: true

0 comments on commit 18763ee

Please sign in to comment.