From e5850a8620416090f6821ffff7ad460d2f5075c6 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 11 Jun 2024 20:12:03 +0300 Subject: [PATCH] chore: Adjust --- .azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index edc658c..ec23741 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -38,10 +38,12 @@ steps: displayName: Install Windows SDK 17763 - task: MSBuild@1 + env: + GITVERSION_FullSemVer: $(GITVERSION.FullSemVer) inputs: solution: src/Uno.Core.sln msbuildArchitecture: x86 - msbuildArguments: /r /p:Configuration=Release "/p:PackageOutputPath=$(build.artifactstagingdirectory)\vs2017" "/p:PackageVersion=%GITVERSION_SemVer%" "/p:InformationalVersion=%GITVERSION_InformationalVersion%" /detailedsummary + msbuildArguments: /r /p:Configuration=Release "/p:PackageOutputPath=$(build.artifactstagingdirectory)\vs2017" "/p:PackageVersion=%GITVERSION_FullSemVer%" "/p:InformationalVersion=%GITVERSION_InformationalVersion%" /detailedsummary clean: false maximumCpuCount: true restoreNugetPackages: false