@@ -439,7 +439,7 @@ jobs:
439439 variables :
440440 DOTNET_NOLOGO : true
441441 # creates a counter and assigns it to the revision variable
442- REVISION : $[counter('STM32_1_12_4_versioncounter ', 0)]
442+ REVISION : $[counter('STM32_2_0_0_versioncounter ', 0)]
443443 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
444444 TargetPlatform : " stm32"
445445
@@ -554,7 +554,7 @@ jobs:
554554 variables :
555555 DOTNET_NOLOGO : true
556556 # creates a counter and assigns it to the revision variable
557- REVISION : $[counter('ESP32_1_12_4_versioncounter ', 0)]
557+ REVISION : $[counter('ESP32_2_0_0_versioncounter ', 0)]
558558 IDF_PATH : " D:/a/1/s/esp-idf"
559559 PIP_CACHE_DIR : $(Pipeline.Workspace)/.pip
560560 TargetPlatform : " esp32"
@@ -642,7 +642,7 @@ jobs:
642642 variables :
643643 DOTNET_NOLOGO : true
644644 # creates a counter and assigns it to the revision variable
645- REVISION : $[counter('NXP_1_12_4_versioncounter ', 0)]
645+ REVISION : $[counter('NXP_2_0_0_versioncounter ', 0)]
646646 GIT_LFS_SKIP_SMUDGE : 1
647647 TargetPlatform : " freertos"
648648
@@ -721,7 +721,7 @@ jobs:
721721 variables :
722722 DOTNET_NOLOGO : true
723723 # creates a counter and assigns it to the revision variable
724- REVISION : $[counter('TI_1_12_4_versioncounter ', 0)]
724+ REVISION : $[counter('TI_2_0_0_versioncounter ', 0)]
725725 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
726726 TargetPlatform : " ti_simplelink"
727727
@@ -793,7 +793,7 @@ jobs:
793793
794794 variables :
795795 # creates a counter and assigns it to the revision variable
796- REVISION : $[counter('AZURERTOS_1_12_4_versioncounter ', 0)]
796+ REVISION : $[counter('AZURERTOS_2_0_0_versioncounter ', 0)]
797797 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
798798 TargetPlatform : " efm32"
799799
@@ -845,7 +845,7 @@ jobs:
845845 value : true
846846 # creates a counter and assigns it to the revision variable
847847 - name : REVISION
848- value : $[counter('WIN32_1_12_4_versioncounter ', 0)]
848+ value : $[counter('WIN32_2_0_0_versioncounter ', 0)]
849849 - name : LITTLEFS_PATH
850850 value : " D:/a/1/s/littlefs"
851851
0 commit comments