From a847ff955765f4a4a1508a5e3228c5dfc02e5d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 5 Mar 2026 01:14:12 +0000 Subject: [PATCH 1/3] Dummy change to test build --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index c88db53..8f08894 100644 --- a/version.json +++ b/version.json @@ -21,4 +21,4 @@ "versionIncrement": "build", "firstUnstableTag": "preview" } -} +} From 784a6896a7cabea6d8480497370827c674c2e0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 5 Mar 2026 01:51:00 +0000 Subject: [PATCH 2/3] change var syntax --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa896f3..3ba3555 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ steps: parameters: skipSonarCloudAnalysis: true runUnitTests: false - usePreviewBuild: eq(variables['UseNanoPreviewBuild'], 'true') + usePreviewBuild: ${{ eq(variables['UseNanoPreviewBuild'], 'true') }} - powershell: | $generatedCodePath = "$(Build.SourcesDirectory)\nanoFramework.UnitsNet\GeneratedCode" From f938ba36dddc9ec69147d90ee623d92a30588054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 5 Mar 2026 02:06:58 +0000 Subject: [PATCH 3/3] change var syntax --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ba3555..181d754 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ steps: parameters: skipSonarCloudAnalysis: true runUnitTests: false - usePreviewBuild: ${{ eq(variables['UseNanoPreviewBuild'], 'true') }} + usePreviewBuild: true - powershell: | $generatedCodePath = "$(Build.SourcesDirectory)\nanoFramework.UnitsNet\GeneratedCode"