From e9e20b6273e786f09d4c01e59404f5da95a07379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C4=97=20Luko=C5=A1evi=C4=8Di=C5=ABt=C4=97?= Date: Wed, 22 Oct 2025 09:00:32 -0700 Subject: [PATCH 1/2] remove paddedRevision from nuget version: --- .../WindowsAppSDK-PackTransportPackage-Stage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/build/AzurePipelinesTemplates/WindowsAppSDK-PackTransportPackage-Stage.yml b/build/AzurePipelinesTemplates/WindowsAppSDK-PackTransportPackage-Stage.yml index dc53310fab..d382399612 100644 --- a/build/AzurePipelinesTemplates/WindowsAppSDK-PackTransportPackage-Stage.yml +++ b/build/AzurePipelinesTemplates/WindowsAppSDK-PackTransportPackage-Stage.yml @@ -186,7 +186,6 @@ stages: $buildType = '$(channel)' $majorMinorPatchRev = '$(MajorVersion).$(MinorVersion).0' - $majorMinorPatchRev = $majorMinorPatchRev + $paddedRevision if ($env:ComponentType) { From e4564026593cbd4ec351aca63df1782397b3a8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C4=97=20Luko=C5=A1evi=C4=8Di=C5=ABt=C4=97?= Date: Wed, 22 Oct 2025 09:03:45 -0700 Subject: [PATCH 2/2] updating to match latest official --- .../WindowsAppSDK-PackTransportPackage-Stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/AzurePipelinesTemplates/WindowsAppSDK-PackTransportPackage-Stage.yml b/build/AzurePipelinesTemplates/WindowsAppSDK-PackTransportPackage-Stage.yml index d382399612..17fc29a123 100644 --- a/build/AzurePipelinesTemplates/WindowsAppSDK-PackTransportPackage-Stage.yml +++ b/build/AzurePipelinesTemplates/WindowsAppSDK-PackTransportPackage-Stage.yml @@ -185,7 +185,7 @@ stages: } $buildType = '$(channel)' - $majorMinorPatchRev = '$(MajorVersion).$(MinorVersion).0' + $majorMinorPatchRev = '$(MajorVersion).$(MinorVersion).7' if ($env:ComponentType) {