Skip to content

Commit 3014226

Browse files
committed
Bump version variable counter
1 parent 8f181c3 commit 3014226

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

azure-pipelines-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
variables:
295295
DOTNET_NOLOGO: true
296296
# creates a counter and assigns it to the revision variable
297-
REVISION: $[counter('STM32_1_12_4_versioncounter', 0)]
297+
REVISION: $[counter('STM32_2_0_0_versioncounter', 0)]
298298
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
299299
TargetPlatform: "stm32"
300300

@@ -582,7 +582,7 @@ jobs:
582582
variables:
583583
DOTNET_NOLOGO: true
584584
# creates a counter and assigns it to the revision variable
585-
REVISION: $[counter('ESP32_1_12_4_versioncounter', 0)]
585+
REVISION: $[counter('ESP32_2_0_0_versioncounter', 0)]
586586
IDF_PATH: "D:/a/1/s/esp-idf"
587587
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
588588
TargetPlatform: "esp32"
@@ -665,7 +665,7 @@ jobs:
665665
variables:
666666
DOTNET_NOLOGO: true
667667
# creates a counter and assigns it to the revision variable
668-
REVISION: $[counter('TI_1_12_4_versioncounter', 0)]
668+
REVISION: $[counter('TI_2_0_0_versioncounter', 0)]
669669
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
670670
TargetPlatform: "ti_simplelink"
671671

@@ -717,7 +717,7 @@ jobs:
717717

718718
variables:
719719
# creates a counter and assigns it to the revision variable
720-
REVISION: $[counter('AZURERTOS_1_12_4_versioncounter', 0)]
720+
REVISION: $[counter('AZURERTOS_2_0_0_versioncounter', 0)]
721721
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
722722
TargetPlatform: "efm32"
723723

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)