@@ -404,7 +404,7 @@ jobs:
404404 variables :
405405 DOTNET_NOLOGO : true
406406 # creates a counter and assigns it to the revision variable
407- REVISION : $[counter('STM32_1_8_1_versioncounter ', 0)]
407+ REVISION : $[counter('STM32_1_9_0_versioncounter ', 0)]
408408 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
409409 TargetPlatform : ' stm32'
410410
@@ -518,7 +518,7 @@ jobs:
518518 variables :
519519 DOTNET_NOLOGO : true
520520 # creates a counter and assigns it to the revision variable
521- REVISION : $[counter('ESP32_1_8_1_versioncounter ', 0)]
521+ REVISION : $[counter('ESP32_1_9_0_versioncounter ', 0)]
522522 IDF_PATH : ' D:/a/1/s/esp-idf'
523523 PIP_CACHE_DIR : $(Pipeline.Workspace)/.pip
524524 TargetPlatform : ' esp32'
@@ -599,7 +599,7 @@ jobs:
599599 variables :
600600 DOTNET_NOLOGO : true
601601 # creates a counter and assigns it to the revision variable
602- REVISION : $[counter('NXP_1_8_1_versioncounter ', 0)]
602+ REVISION : $[counter('NXP_1_9_0_versioncounter ', 0)]
603603 GIT_LFS_SKIP_SMUDGE : 1
604604 TargetPlatform : ' freertos'
605605
@@ -677,7 +677,7 @@ jobs:
677677 variables :
678678 DOTNET_NOLOGO : true
679679 # creates a counter and assigns it to the revision variable
680- REVISION : $[counter('TI_1_8_1_versioncounter ', 0)]
680+ REVISION : $[counter('TI_1_9_0_versioncounter ', 0)]
681681 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
682682 TargetPlatform : ' ti_simplelink'
683683
@@ -748,7 +748,7 @@ jobs:
748748
749749 variables :
750750 # creates a counter and assigns it to the revision variable
751- REVISION : $[counter('AZURERTOS_1_8_1_versioncounter ', 0)]
751+ REVISION : $[counter('AZURERTOS_1_9_0_versioncounter ', 0)]
752752 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
753753 TargetPlatform : ' azure_rtos'
754754
@@ -796,7 +796,7 @@ jobs:
796796 variables :
797797 DOTNET_NOLOGO : true
798798 # creates a counter and assigns it to the revision variable
799- REVISION : $[counter('WIN32_1_8_1_versioncounter ', 0)]
799+ REVISION : $[counter('WIN32_1_9_0_versioncounter ', 0)]
800800
801801 steps :
802802 - template : azure-pipelines-templates/nb-gitversioning.yml
0 commit comments