This commit is contained in:
Adrien Ferrand 2020-06-12 09:37:55 +02:00
parent 7ba2d96974
commit beccf72bad
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ schedules:
always: true
stages:
- stage: Test&Package
- stage: Test_Package
jobs:
# Any addition here should be reflected in the advanced-test and release pipelines.
# It is advised to declare all jobs here as templates to improve maintainability.

View file

@ -6,7 +6,7 @@ trigger:
pr: none
stage:
- stage: Build_Test_Package
- stage: Test_Package
jobs:
# Any addition here should be reflected in the advanced and advanced-test pipelines.
# It is advised to declare all jobs here as templates to improve maintainability.