From 0797edffdfae8cb244d4969e66d6a7e415b82201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20Proch=C3=A1zka?= Date: Tue, 23 Apr 2024 12:06:39 +0200 Subject: [PATCH] #34827 Fetching the build date moved to prepare step. --- eng/Versions.props | 3 ++- global.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 1db4ba5..e909b14 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ - 2023.2.34 + 2023.2.86 @@ -23,6 +23,7 @@ $(MyProductAssemblyVersion) $(MyProductVersion) + $(MyProductBuildDate) \ No newline at end of file diff --git a/global.json b/global.json index 70a55f4..0461ed6 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "disable" }, "msbuild-sdks": { - "PostSharp.Engineering.Sdk": "2023.2.34" + "PostSharp.Engineering.Sdk": "2023.2.86" } } \ No newline at end of file