@@ -348,7 +348,7 @@ jobs:
348348 variables :
349349 DOTNET_NOLOGO : true
350350 # creates a counter and assigns it to the revision variable
351- REVISION : $[counter('STM32_versioncounter ', 0)]
351+ REVISION : $[counter('STM32_1_7_3_versioncounter ', 0)]
352352 GNU_GCC_TOOLCHAIN_PATH : $(Agent.TempDirectory)\GNU_Tools_ARM_Embedded
353353 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
354354 TargetPlatform : ' stm32'
@@ -619,7 +619,7 @@ jobs:
619619 variables :
620620 DOTNET_NOLOGO : true
621621 # creates a counter and assigns it to the revision variable
622- REVISION : $[counter('ESP32_versioncounter ', 0)]
622+ REVISION : $[counter('ESP32_1_7_3_versioncounter ', 0)]
623623 IDF_PATH : ' D:/a/1/s/esp-idf'
624624 PIP_CACHE_DIR : $(Pipeline.Workspace)/.pip
625625 TargetPlatform : ' esp32'
@@ -700,7 +700,7 @@ jobs:
700700 variables :
701701 DOTNET_NOLOGO : true
702702 # creates a counter and assigns it to the revision variable
703- REVISION : $[counter('NXP_versioncounter ', 0)]
703+ REVISION : $[counter('NXP_1_7_3_versioncounter ', 0)]
704704 GNU_GCC_TOOLCHAIN_PATH : $(Agent.TempDirectory)\GNU_Tools_ARM_Embedded
705705 GIT_LFS_SKIP_SMUDGE : 1
706706 TargetPlatform : ' freertos'
@@ -791,7 +791,7 @@ jobs:
791791 variables :
792792 DOTNET_NOLOGO : true
793793 # creates a counter and assigns it to the revision variable
794- REVISION : $[counter('TI_versioncounter ', 0)]
794+ REVISION : $[counter('TI_1_7_3_versioncounter ', 0)]
795795 GNU_GCC_TOOLCHAIN_PATH : $(Agent.TempDirectory)\GNU_Tools_ARM_Embedded
796796 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
797797 TargetPlatform : ' ti_simplelink'
@@ -830,7 +830,7 @@ jobs:
830830 DOTNET_NOLOGO : true
831831 TargetPublishName : WIN32_nanoCLR
832832 # creates a counter and assigns it to the revision variable
833- REVISION : $[counter('WIN32_versioncounter ', 0)]
833+ REVISION : $[counter('WIN32_1_7_3_versioncounter ', 0)]
834834
835835 steps :
836836 - template : azure-pipelines-templates/nb-gitversioning.yml
0 commit comments