Skip to content

Commit 3005b97

Browse files
authored
Work CI-CD
- Fix target definition in Azure RTOS matrix. ***NO_CI***
1 parent 44a0683 commit 3005b97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines-nightly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,12 +566,15 @@ jobs:
566566
matrix:
567567

568568
SL_STK3701A_REVB:
569-
TargetBoard: SL_STK3701A_REVB
569+
TargetBoard: SL_STK3701A
570570
TargetSeries: 'efm32gg11'
571+
TargetName: ''
571572
BuildOptions:
572573
GccArm_Version:
573574
NeedsDFU: false
574575
NeedsSRECORD: false
576+
TargetName: SL_STK3701A_REVB
577+
PackageName: SL_STK3701A_REVB
575578

576579
variables:
577580
# creates a counter and assigns it to the revision variable

0 commit comments

Comments
 (0)