@@ -404,7 +404,7 @@ jobs:
404
404
variables :
405
405
DOTNET_NOLOGO : true
406
406
# 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)]
408
408
HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
409
409
TargetPlatform : ' stm32'
410
410
@@ -518,7 +518,7 @@ jobs:
518
518
variables :
519
519
DOTNET_NOLOGO : true
520
520
# 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)]
522
522
IDF_PATH : ' D:/a/1/s/esp-idf'
523
523
PIP_CACHE_DIR : $(Pipeline.Workspace)/.pip
524
524
TargetPlatform : ' esp32'
@@ -599,7 +599,7 @@ jobs:
599
599
variables :
600
600
DOTNET_NOLOGO : true
601
601
# 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)]
603
603
GIT_LFS_SKIP_SMUDGE : 1
604
604
TargetPlatform : ' freertos'
605
605
@@ -677,7 +677,7 @@ jobs:
677
677
variables :
678
678
DOTNET_NOLOGO : true
679
679
# 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)]
681
681
HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
682
682
TargetPlatform : ' ti_simplelink'
683
683
@@ -748,7 +748,7 @@ jobs:
748
748
749
749
variables :
750
750
# 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)]
752
752
HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
753
753
TargetPlatform : ' azure_rtos'
754
754
@@ -796,7 +796,7 @@ jobs:
796
796
variables :
797
797
DOTNET_NOLOGO : true
798
798
# 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)]
800
800
801
801
steps :
802
802
- template : azure-pipelines-templates/nb-gitversioning.yml
0 commit comments