@@ -413,7 +413,7 @@ jobs:
413413 variables :
414414 DOTNET_NOLOGO : true
415415 # creates a counter and assigns it to the revision variable
416- REVISION : $[counter('STM32_1_12_3_versioncounter ', 0)]
416+ REVISION : $[counter('STM32_1_12_4_versioncounter ', 0)]
417417 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
418418 TargetPlatform : " stm32"
419419
@@ -527,7 +527,7 @@ jobs:
527527 variables :
528528 DOTNET_NOLOGO : true
529529 # creates a counter and assigns it to the revision variable
530- REVISION : $[counter('ESP32_1_12_3_versioncounter ', 0)]
530+ REVISION : $[counter('ESP32_1_12_4_versioncounter ', 0)]
531531 IDF_PATH : " D:/a/1/s/esp-idf"
532532 PIP_CACHE_DIR : $(Pipeline.Workspace)/.pip
533533 TargetPlatform : " esp32"
@@ -615,7 +615,7 @@ jobs:
615615 variables :
616616 DOTNET_NOLOGO : true
617617 # creates a counter and assigns it to the revision variable
618- REVISION : $[counter('NXP_1_12_3_versioncounter ', 0)]
618+ REVISION : $[counter('NXP_1_12_4_versioncounter ', 0)]
619619 GIT_LFS_SKIP_SMUDGE : 1
620620 TargetPlatform : " freertos"
621621
@@ -693,7 +693,7 @@ jobs:
693693 variables :
694694 DOTNET_NOLOGO : true
695695 # creates a counter and assigns it to the revision variable
696- REVISION : $[counter('TI_1_12_3_versioncounter ', 0)]
696+ REVISION : $[counter('TI_1_12_4_versioncounter ', 0)]
697697 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
698698 TargetPlatform : " ti_simplelink"
699699
@@ -764,7 +764,7 @@ jobs:
764764
765765 variables :
766766 # creates a counter and assigns it to the revision variable
767- REVISION : $[counter('AZURERTOS_1_12_3_versioncounter ', 0)]
767+ REVISION : $[counter('AZURERTOS_1_12_4_versioncounter ', 0)]
768768 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
769769 TargetPlatform : " efm32"
770770
@@ -815,7 +815,7 @@ jobs:
815815 value : true
816816 # creates a counter and assigns it to the revision variable
817817 - name : REVISION
818- value : $[counter('WIN32_1_12_3_versioncounter ', 0)]
818+ value : $[counter('WIN32_1_12_4_versioncounter ', 0)]
819819 - name : LITTLEFS_PATH
820820 value : " D:/a/1/s/littlefs"
821821
0 commit comments