@@ -48,7 +48,7 @@ resources:
4848 type : github
4949 name : espressif/esp-idf
5050 endpoint : nanoframework
51- ref : ' refs/tags/v5.1.3 '
51+ ref : ' refs/tags/v5.1.4 '
5252 - repository : mscorlib
5353 type : github
5454 name : nanoframework/CoreLibrary
@@ -406,7 +406,7 @@ jobs:
406406 variables :
407407 DOTNET_NOLOGO : true
408408 # creates a counter and assigns it to the revision variable
409- REVISION : $[counter('STM32_1_9_1_versioncounter ', 0)]
409+ REVISION : $[counter('STM32_1_10_0_versioncounter ', 0)]
410410 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
411411 TargetPlatform : " stm32"
412412
@@ -556,7 +556,7 @@ jobs:
556556 variables :
557557 DOTNET_NOLOGO : true
558558 # creates a counter and assigns it to the revision variable
559- REVISION : $[counter('ESP32_1_9_1_versioncounter ', 0)]
559+ REVISION : $[counter('ESP32_1_10_0_versioncounter ', 0)]
560560 IDF_PATH : " D:/a/1/s/esp-idf"
561561 PIP_CACHE_DIR : $(Pipeline.Workspace)/.pip
562562 TargetPlatform : " esp32"
@@ -637,7 +637,7 @@ jobs:
637637 variables :
638638 DOTNET_NOLOGO : true
639639 # creates a counter and assigns it to the revision variable
640- REVISION : $[counter('NXP_1_9_1_versioncounter ', 0)]
640+ REVISION : $[counter('NXP_1_10_0_versioncounter ', 0)]
641641 GIT_LFS_SKIP_SMUDGE : 1
642642 TargetPlatform : " freertos"
643643
@@ -715,7 +715,7 @@ jobs:
715715 variables :
716716 DOTNET_NOLOGO : true
717717 # creates a counter and assigns it to the revision variable
718- REVISION : $[counter('TI_1_9_1_versioncounter ', 0)]
718+ REVISION : $[counter('TI_1_10_0_versioncounter ', 0)]
719719 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
720720 TargetPlatform : " ti_simplelink"
721721
@@ -786,7 +786,7 @@ jobs:
786786
787787 variables :
788788 # creates a counter and assigns it to the revision variable
789- REVISION : $[counter('AZURERTOS_1_9_1_versioncounter ', 0)]
789+ REVISION : $[counter('AZURERTOS_1_10_0_versioncounter ', 0)]
790790 HelperPackageVersion : $[counter('HelperPackageVersioncounter', 0)]
791791 TargetPlatform : " azure_rtos"
792792
@@ -837,7 +837,7 @@ jobs:
837837 value : true
838838 # creates a counter and assigns it to the revision variable
839839 - name : REVISION
840- value : $[counter('WIN32_1_9_1_versioncounter ', 0)]
840+ value : $[counter('WIN32_1_10_0_versioncounter ', 0)]
841841
842842 steps :
843843 - template : azure-pipelines-templates/nb-gitversioning.yml
0 commit comments