From 865a7fe4bfaf2d8e6ea5af26f05b4870f145e763 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 6 Oct 2023 14:20:43 +0100 Subject: [PATCH] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of DLLs to bundle --- .../Windows/2023-10-06-14-20-14.gh-issue-110437.xpYy9q.rst | 2 ++ PCbuild/pyproject.props | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/Windows/2023-10-06-14-20-14.gh-issue-110437.xpYy9q.rst diff --git a/Misc/NEWS.d/next/Windows/2023-10-06-14-20-14.gh-issue-110437.xpYy9q.rst b/Misc/NEWS.d/next/Windows/2023-10-06-14-20-14.gh-issue-110437.xpYy9q.rst new file mode 100644 index 00000000000000..777b4942e183f5 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2023-10-06-14-20-14.gh-issue-110437.xpYy9q.rst @@ -0,0 +1,2 @@ +Allows overriding the source of VC redistributables so that releases can be +guaranteed to never downgrade between updates. diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 9db400eebae388..b8d2d3d265543f 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -233,7 +233,10 @@ public override bool Execute() { - + + + +