Skip to content

Commit a693f1a

Browse files
authored
- Reset revision var
1 parent 13b4240 commit a693f1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
variables:
413413
DOTNET_NOLOGO: true
414414
# creates a counter and assigns it to the revision variable
415-
REVISION: $[counter('STM32_1_11_0_versioncounter', 0)]
415+
REVISION: $[counter('STM32_1_12_0_versioncounter', 0)]
416416
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
417417
TargetPlatform: "stm32"
418418

@@ -562,7 +562,7 @@ jobs:
562562
variables:
563563
DOTNET_NOLOGO: true
564564
# creates a counter and assigns it to the revision variable
565-
REVISION: $[counter('ESP32_1_11_0_versioncounter', 0)]
565+
REVISION: $[counter('ESP32_1_12_0_versioncounter', 0)]
566566
IDF_PATH: "D:/a/1/s/esp-idf"
567567
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
568568
TargetPlatform: "esp32"
@@ -643,7 +643,7 @@ jobs:
643643
variables:
644644
DOTNET_NOLOGO: true
645645
# creates a counter and assigns it to the revision variable
646-
REVISION: $[counter('NXP_1_11_0_versioncounter', 0)]
646+
REVISION: $[counter('NXP_1_12_0_versioncounter', 0)]
647647
GIT_LFS_SKIP_SMUDGE: 1
648648
TargetPlatform: "freertos"
649649

@@ -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_11_0_versioncounter', 0)]
724+
REVISION: $[counter('TI_1_12_0_versioncounter', 0)]
725725
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
726726
TargetPlatform: "ti_simplelink"
727727

@@ -792,7 +792,7 @@ jobs:
792792

793793
variables:
794794
# creates a counter and assigns it to the revision variable
795-
REVISION: $[counter('AZURERTOS_1_11_0_versioncounter', 0)]
795+
REVISION: $[counter('AZURERTOS_1_12_0_versioncounter', 0)]
796796
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
797797
TargetPlatform: "azure_rtos"
798798

@@ -843,7 +843,7 @@ jobs:
843843
value: true
844844
# creates a counter and assigns it to the revision variable
845845
- name: REVISION
846-
value: $[counter('WIN32_1_11_0_versioncounter', 0)]
846+
value: $[counter('WIN32_1_12_0_versioncounter', 0)]
847847
- name: LITTLEFS_PATH
848848
value: "D:/a/1/s/littlefs"
849849

0 commit comments

Comments
 (0)