From e7db6bcb15098593a695d3d225073893a249ef23 Mon Sep 17 00:00:00 2001 From: David Barbet Date: Mon, 26 Aug 2024 13:59:43 -0700 Subject: [PATCH] Update configs for 17.12p3 snap --- eng/Versions.props | 2 +- eng/config/PublishData.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 46fe8c947f9..41c4e059ba2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ imported. This OK because we want to just have an obvious salt for a local build. --> - 17.12.2 + 17.12.3 17.12 $(AddinMajorVersion) $(AddinVersion).$(OfficialBuildId) diff --git a/eng/config/PublishData.json b/eng/config/PublishData.json index 0430b2b4e1f..0ed6c986efe 100644 --- a/eng/config/PublishData.json +++ b/eng/config/PublishData.json @@ -28,8 +28,8 @@ ], "vsBranch": "main", "vsMajorVersion": 17, - "insertionCreateDraftPR": false, - "insertionTitlePrefix": "[d17.12 P2]" + "insertionCreateDraftPR": true, + "insertionTitlePrefix": "[d17.12 P3]" }, "release/dev17.6": { "nugetKind": [ @@ -92,10 +92,10 @@ "Shipping", "NonShipping" ], - "vsBranch": "rel/d17.12", + "vsBranch": "main", "vsMajorVersion": 17, "insertionCreateDraftPR": false, - "insertionTitlePrefix": "[d17.12 P1]" + "insertionTitlePrefix": "[d17.12 P2]" } } }