@@ -411,7 +411,7 @@ jobs:
411
411
variables :
412
412
DOTNET_NOLOGO : true
413
413
# creates a counter and assigns it to the revision variable
414
- REVISION : $[counter('STM32_1_12_1_versioncounter ', 0)]
414
+ REVISION : $[counter('STM32_1_12_3_versioncounter ', 0)]
415
415
HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
416
416
TargetPlatform : " stm32"
417
417
@@ -525,7 +525,7 @@ jobs:
525
525
variables :
526
526
DOTNET_NOLOGO : true
527
527
# creates a counter and assigns it to the revision variable
528
- REVISION : $[counter('ESP32_1_12_1_versioncounter ', 0)]
528
+ REVISION : $[counter('ESP32_1_12_3_versioncounter ', 0)]
529
529
IDF_PATH : " D:/a/1/s/esp-idf"
530
530
PIP_CACHE_DIR : $(Pipeline.Workspace)/.pip
531
531
TargetPlatform : " esp32"
@@ -613,7 +613,7 @@ jobs:
613
613
variables :
614
614
DOTNET_NOLOGO : true
615
615
# creates a counter and assigns it to the revision variable
616
- REVISION : $[counter('NXP_1_12_1_versioncounter ', 0)]
616
+ REVISION : $[counter('NXP_1_12_3_versioncounter ', 0)]
617
617
GIT_LFS_SKIP_SMUDGE : 1
618
618
TargetPlatform : " freertos"
619
619
@@ -691,7 +691,7 @@ jobs:
691
691
variables :
692
692
DOTNET_NOLOGO : true
693
693
# creates a counter and assigns it to the revision variable
694
- REVISION : $[counter('TI_1_12_1_versioncounter ', 0)]
694
+ REVISION : $[counter('TI_1_12_3_versioncounter ', 0)]
695
695
HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
696
696
TargetPlatform : " ti_simplelink"
697
697
@@ -762,7 +762,7 @@ jobs:
762
762
763
763
variables :
764
764
# creates a counter and assigns it to the revision variable
765
- REVISION : $[counter('AZURERTOS_1_12_1_versioncounter ', 0)]
765
+ REVISION : $[counter('AZURERTOS_1_12_3_versioncounter ', 0)]
766
766
HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
767
767
TargetPlatform : " efm32"
768
768
@@ -813,7 +813,7 @@ jobs:
813
813
value : true
814
814
# creates a counter and assigns it to the revision variable
815
815
- name : REVISION
816
- value : $[counter('WIN32_1_12_1_versioncounter ', 0)]
816
+ value : $[counter('WIN32_1_12_3_versioncounter ', 0)]
817
817
- name : LITTLEFS_PATH
818
818
value : " D:/a/1/s/littlefs"
819
819
0 commit comments