Skip to content

Commit 4a10c50

Browse files
authored
Work CI-CD (#3064)
***NO_CI***
1 parent 3fd2ac0 commit 4a10c50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-pipelines-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ jobs:
671671
matrix:
672672
SL_STK3701A_REVB:
673673
TargetBoard: SL_STK3701A_REVB
674-
TargetSeries: "efm32gg11"
674+
TargetSeries: "gg11"
675675
BuildOptions:
676676
NeedsDFU: false
677677
NeedsSRECORD: false
@@ -683,7 +683,7 @@ jobs:
683683
# creates a counter and assigns it to the revision variable
684684
REVISION: $[counter('AZURERTOS_1_12_1_versioncounter', 0)]
685685
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
686-
TargetPlatform: "azure_rtos"
686+
TargetPlatform: "efm32"
687687

688688
steps:
689689
- template: azure-pipelines-templates/build-preparations.yml

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ jobs:
775775

776776
SL_STK3701A:
777777
TargetBoard: SL_STK3701A
778-
TargetSeries: "efm32gg11"
778+
TargetSeries: "gg11"
779779
BuildOptions:
780780
NeedsDFU: false
781781
NeedsSRECORD: false
@@ -785,7 +785,7 @@ jobs:
785785
# creates a counter and assigns it to the revision variable
786786
REVISION: $[counter('AZURERTOS_1_12_1_versioncounter', 0)]
787787
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
788-
TargetPlatform: "azure_rtos"
788+
TargetPlatform: "efm32"
789789

790790
steps:
791791
- template: azure-pipelines-templates/build-preparations.yml

0 commit comments

Comments
 (0)