From ec31f25ce19cfd2f540bd882c8ced313519032d9 Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Sat, 13 Jul 2024 10:26:46 +0100 Subject: [PATCH] Fixed the value reported by @rhundhausen (#2146) Update to fix typo reported by @rhundhausen that renders the version number wrong on --version --- build/azure-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipeline.yml b/build/azure-pipeline.yml index 32b0adf4b..b0c089d40 100644 --- a/build/azure-pipeline.yml +++ b/build/azure-pipeline.yml @@ -182,7 +182,7 @@ stages: displayName: "Complie" inputs: command: 'build' - arguments: '/p:Version=$(GitVersion.AssemblySemVer) /p:FileVersion=$(GitVersion.AssemblySemVer) /p:InformationalVersion=$(GetVersion.InformationalVersion)' + arguments: '/p:Version=$(GitVersion.AssemblySemVer) /p:FileVersion=$(GitVersion.AssemblySemVer) /p:InformationalVersion=$(GitVersion.InformationalVersion)' - task: DotNetCoreCLI@2 displayName: "Test L0 & L1" inputs: