Version 3.7.3
Cherry-pick vs_toolchain changes from https://dart-review.googlesource.com/c/sdk/+/419841.
Change-Id: I68b3e0455b93be5d5f40a489339fcecc2a780b4f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/422680
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Ivan Inozemtsev <iinozemtsev@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e417012..69ac93f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
## 3.7.3
+**Released on:** 2025-04-16
+
This is a patch release that:
- Fixes a performance regression in the analysis server (issue [#60335]).
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
index af493b8..480e7d1 100644
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -528,6 +528,7 @@
'get_toolchain_if_necessary.py'),
'--output-json', json_data_file,
'--toolchain-dir', toolchain_dir,
+ '--no-junction',
] + _GetDesiredVsToolchainHashes()
if force:
get_toolchain_args.append('--force')
diff --git a/tools/VERSION b/tools/VERSION
index 01199de..3bed382 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -26,6 +26,6 @@
CHANNEL stable
MAJOR 3
MINOR 7
-PATCH 2
+PATCH 3
PRERELEASE 0
PRERELEASE_PATCH 0