Skip to content

Commit ebb7677

Browse files
committed
Fix revision for nightly targets
- Was still using 1.8.1. ***NO_CI***
1 parent 8685303 commit ebb7677

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
variables:
280280
DOTNET_NOLOGO: true
281281
# creates a counter and assigns it to the revision variable
282-
REVISION: $[counter('STM32_1_8_1_versioncounter', 0)]
282+
REVISION: $[counter('STM32_1_9_0_versioncounter', 0)]
283283
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
284284
TargetPlatform: 'stm32'
285285

@@ -493,7 +493,7 @@ jobs:
493493
variables:
494494
DOTNET_NOLOGO: true
495495
# creates a counter and assigns it to the revision variable
496-
REVISION: $[counter('ESP32_1_8_1_versioncounter', 0)]
496+
REVISION: $[counter('ESP32_1_9_0_versioncounter', 0)]
497497
IDF_PATH: 'D:/a/1/s/esp-idf'
498498
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
499499
TargetPlatform: 'esp32'
@@ -569,7 +569,7 @@ jobs:
569569
variables:
570570
DOTNET_NOLOGO: true
571571
# creates a counter and assigns it to the revision variable
572-
REVISION: $[counter('TI_1_8_1_versioncounter', 0)]
572+
REVISION: $[counter('TI_1_9_0_versioncounter', 0)]
573573
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
574574
TargetPlatform: 'ti_simplelink'
575575

@@ -621,7 +621,7 @@ jobs:
621621

622622
variables:
623623
# creates a counter and assigns it to the revision variable
624-
REVISION: $[counter('AZURERTOS_1_8_1_versioncounter', 0)]
624+
REVISION: $[counter('AZURERTOS_1_9_0_versioncounter', 0)]
625625
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
626626
TargetPlatform: 'azure_rtos'
627627

0 commit comments

Comments
 (0)