Skip to content

Commit

Permalink
[azure-pipeline] refactor variables template 📟
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffaello committed May 10, 2020
1 parent c8a3f41 commit 3be9aef
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 deletions.
4 changes: 3 additions & 1 deletion azure-pipelines/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ pr:
- LICENSE

variables:
- template: variables.yml
- template: variables/global.yml
- template: variables/images.yml
- template: variables/build_switches.yml

stages:
- stage: Dep
Expand Down
5 changes: 3 additions & 2 deletions azure-pipelines/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ pr:
- README.md
- appveyor.yml
- LICENSE

variables:
- template: variables.yml
- template: variables/global.yml
- template: variables/images.yml
- template: variables/build_switches.yml

stages:
- stage: Dep
Expand Down
4 changes: 3 additions & 1 deletion azure-pipelines/monolithic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ pr:
- LICENSE

variables:
- template: variables.yml
- template: variables/global.yml
- template: variables/images.yml
- template: variables/build_switches.yml

stages:
- stage: Dep
Expand Down
13 changes: 0 additions & 13 deletions azure-pipelines/variables.yml

This file was deleted.

4 changes: 3 additions & 1 deletion azure-pipelines/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ pr:
- LICENSE

variables:
- template: variables.yml
- template: variables/global.yml
- template: variables/images.yml
- template: variables/build_switches.yml

stages:
- stage: Dep
Expand Down

0 comments on commit 3be9aef

Please sign in to comment.