From 3aea9a4d71582db94f1922c79a066e8522f95399 Mon Sep 17 00:00:00 2001 From: Premek Vysoky Date: Wed, 20 Nov 2024 16:34:41 +0100 Subject: [PATCH] Disable VMR updates for `dotnet/scenario-tests` --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 18 ++++-------------- eng/Versions.props | 3 +-- src/VirtualMonoRepo/source-mappings.json | 3 ++- 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4db9d4e7ac94..147ab22b902f 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24563.1", + "version": "1.1.0-beta.24570.3", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93395c1bb5df..6a5e2f69ecdf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -623,23 +623,13 @@ https://github.com/dotnet/runtime b5750e65aea5d9e6246cdeb16a52608c454a4e40 - + https://github.com/dotnet/arcade-services - 0227c768dd7b3bfe6cb22711c2a5ea86b16b7646 + 78e9e24d183a590716f3ba1eb3fd318da668d1a5 - + https://github.com/dotnet/arcade-services - 0227c768dd7b3bfe6cb22711c2a5ea86b16b7646 - - - https://github.com/dotnet/scenario-tests - 44c807fb89cb9eea8bdec164af363ce6b2ce5abe - - - - https://github.com/dotnet/scenario-tests - 44c807fb89cb9eea8bdec164af363ce6b2ce5abe - + 78e9e24d183a590716f3ba1eb3fd318da668d1a5 - 1.1.0-beta.24563.1 + 1.1.0-beta.24570.3 @@ -266,7 +266,6 @@ 2.2.0-beta.19072.10 2.0.0 - 10.0.0-preview.24568.2 diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index 6f6017efa801..930388e6b7c9 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -112,7 +112,8 @@ }, { "name": "scenario-tests", - "defaultRemote": "https://github.com/dotnet/scenario-tests" + "defaultRemote": "https://github.com/dotnet/scenario-tests", + "disableSynchronization": true }, { "name": "sdk",