diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 59a557da7..f6136c69a 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.22557.2",
+ "version": "1.1.0-beta.22559.2",
"commands": [
"darc"
]
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index b7070af96..7e545e184 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -205,13 +205,13 @@
https://github.com/dotnet/arcade
80b6be47e1425ea90c5febffac119250043a0c92
-
+
https://github.com/dotnet/arcade-services
- 09c0d1e48621eb3b85257ec0c3af9814c33665a1
+ 5f08d3d04702feaa49acd692aa3a169512446ee9
-
+
https://github.com/dotnet/arcade-services
- 09c0d1e48621eb3b85257ec0c3af9814c33665a1
+ 5f08d3d04702feaa49acd692aa3a169512446ee9
https://github.com/dotnet/runtime
diff --git a/eng/Versions.props b/eng/Versions.props
index 30ad3fe39..7a4d0ba74 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -30,7 +30,7 @@
- 1.1.0-beta.22557.2
+ 1.1.0-beta.22559.2
diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json
index f267114aa..0f2620a51 100644
--- a/src/VirtualMonoRepo/source-mappings.json
+++ b/src/VirtualMonoRepo/source-mappings.json
@@ -12,8 +12,18 @@
// These patches are applied on top of the code synchronized into the VMR
"patchesPath": "src/installer/src/SourceBuild/tarball/patches",
- // Files on this path are synchronized with files in the root of the VMR
- "contentPath": "src/installer/src/SourceBuild/tarball/content",
+ // Some files are copied outside of the src/ directory into other locations
+ // When files in the source paths are changed, they are automatically synchronized too
+ "additionalMappings": [
+ {
+ "source": "src/installer/src/SourceBuild/tarball/content",
+ "destination": ""
+ },
+ {
+ "source": "src/installer/eng/common",
+ "destination": "eng/common"
+ }
+ ],
// These defaults are added to all mappings unless `ignoreDefaults: true` is specified
// When no "include" filter is specified, "**/*" is used