|
18 | 18 |
|
19 | 19 | // Some files are copied outside of the src/ directory into other locations
|
20 | 20 | // When files in the source paths are changed, they are automatically synchronized too
|
21 |
| - "additionalMappings": [ |
22 |
| - { |
23 |
| - "source": "src/sdk/src/SourceBuild/content", |
24 |
| - "destination": "" |
25 |
| - }, |
26 |
| - { |
27 |
| - "source": "src/sdk/eng/common", |
28 |
| - "destination": "eng/common" |
29 |
| - }, |
30 |
| - { |
31 |
| - "source": "src/sdk/src/VirtualMonoRepo/source-mappings.json", |
32 |
| - "destination": "src" |
33 |
| - } |
34 |
| - ], |
| 21 | + "additionalMappings": [ /* These are not supported with the flat flow anymore */], |
35 | 22 |
|
36 | 23 | // These defaults are added to all mappings unless `ignoreDefaults: true` is specified
|
37 | 24 | // When no "include" filter is specified, "**/*" is used
|
|
42 | 29 | },
|
43 | 30 |
|
44 | 31 | // Each of these mappings has a corresponding folder in the src/ directory
|
| 32 | + // We set disableSynchronization to true for all of them to be sure the old one-way synchronization does not happen |
| 33 | + // This setting does not affect the code flow subscriptions |
45 | 34 | "mappings": [
|
46 | 35 | {
|
47 | 36 | "name": "arcade",
|
48 |
| - "defaultRemote": "https://github.com/dotnet/arcade" |
| 37 | + "defaultRemote": "https://github.com/dotnet/arcade", |
| 38 | + "disableSynchronization": true |
49 | 39 | },
|
50 | 40 | {
|
51 | 41 | "name": "aspire",
|
|
54 | 44 | "src/Aspire.Dashboard/**/*",
|
55 | 45 | "samples/**/*"
|
56 | 46 | ],
|
57 |
| - // Aspire no longer flows/changes, we only keep it for the workload manifest generation |
58 | 47 | "disableSynchronization": true
|
59 | 48 | },
|
60 | 49 | {
|
61 | 50 | "name": "aspnetcore",
|
62 |
| - "defaultRemote": "https://github.com/dotnet/aspnetcore" |
| 51 | + "defaultRemote": "https://github.com/dotnet/aspnetcore", |
| 52 | + "disableSynchronization": true |
63 | 53 | },
|
64 | 54 | {
|
65 | 55 | "name": "cecil",
|
66 |
| - "defaultRemote": "https://github.com/dotnet/cecil" |
| 56 | + "defaultRemote": "https://github.com/dotnet/cecil", |
| 57 | + "disableSynchronization": true |
67 | 58 | },
|
68 | 59 | {
|
69 | 60 | "name": "command-line-api",
|
70 |
| - "defaultRemote": "https://github.com/dotnet/command-line-api" |
| 61 | + "defaultRemote": "https://github.com/dotnet/command-line-api", |
| 62 | + "disableSynchronization": true |
71 | 63 | },
|
72 | 64 | {
|
73 | 65 | "name": "deployment-tools",
|
74 |
| - "defaultRemote": "https://github.com/dotnet/deployment-tools" |
| 66 | + "defaultRemote": "https://github.com/dotnet/deployment-tools", |
| 67 | + "disableSynchronization": true |
75 | 68 | },
|
76 | 69 | {
|
77 | 70 | "name": "diagnostics",
|
78 |
| - "defaultRemote": "https://github.com/dotnet/diagnostics" |
| 71 | + "defaultRemote": "https://github.com/dotnet/diagnostics", |
| 72 | + "disableSynchronization": true |
79 | 73 | },
|
80 | 74 | {
|
81 | 75 | "name": "efcore",
|
82 |
| - "defaultRemote": "https://github.com/dotnet/efcore" |
| 76 | + "defaultRemote": "https://github.com/dotnet/efcore", |
| 77 | + "disableSynchronization": true |
83 | 78 | },
|
84 | 79 | {
|
85 | 80 | "name": "emsdk",
|
86 |
| - "defaultRemote": "https://github.com/dotnet/emsdk" |
| 81 | + "defaultRemote": "https://github.com/dotnet/emsdk", |
| 82 | + "disableSynchronization": true |
87 | 83 | },
|
88 | 84 | {
|
89 | 85 | "name": "fsharp",
|
90 |
| - "defaultRemote": "https://github.com/dotnet/fsharp" |
| 86 | + "defaultRemote": "https://github.com/dotnet/fsharp", |
| 87 | + "disableSynchronization": true |
91 | 88 | },
|
92 | 89 | {
|
93 | 90 | "name": "msbuild",
|
94 |
| - "defaultRemote": "https://github.com/dotnet/msbuild" |
| 91 | + "defaultRemote": "https://github.com/dotnet/msbuild", |
| 92 | + "disableSynchronization": true |
95 | 93 | },
|
96 | 94 | {
|
97 | 95 | "name": "nuget-client",
|
98 | 96 | "defaultRemote": "https://github.com/NuGet/NuGet.Client",
|
99 |
| - "defaultRef": "dev" |
| 97 | + "defaultRef": "dev", |
| 98 | + "disableSynchronization": true |
100 | 99 | },
|
101 | 100 | {
|
102 | 101 | "name": "razor",
|
103 |
| - "defaultRemote": "https://github.com/dotnet/razor" |
| 102 | + "defaultRemote": "https://github.com/dotnet/razor", |
| 103 | + "disableSynchronization": true |
104 | 104 | },
|
105 | 105 | {
|
106 | 106 | "name": "roslyn",
|
107 |
| - "defaultRemote": "https://github.com/dotnet/roslyn" |
| 107 | + "defaultRemote": "https://github.com/dotnet/roslyn", |
| 108 | + "disableSynchronization": true |
108 | 109 | },
|
109 | 110 | {
|
110 | 111 | "name": "roslyn-analyzers",
|
111 |
| - "defaultRemote": "https://github.com/dotnet/roslyn-analyzers" |
| 112 | + "defaultRemote": "https://github.com/dotnet/roslyn-analyzers", |
| 113 | + "disableSynchronization": true |
112 | 114 | },
|
113 | 115 | {
|
114 | 116 | "name": "runtime",
|
115 |
| - "defaultRemote": "https://github.com/dotnet/runtime" |
| 117 | + "defaultRemote": "https://github.com/dotnet/runtime", |
| 118 | + "disableSynchronization": true |
116 | 119 | },
|
117 | 120 | {
|
118 | 121 | "name": "scenario-tests",
|
|
126 | 129 | "exclude": [
|
127 | 130 | // Exclude the VMR content as this is copied to the root of VMR via the synchronization process.
|
128 | 131 | "src/SourceBuild/content/**/*"
|
129 |
| - ] |
| 132 | + ], |
| 133 | + "disableSynchronization": true |
130 | 134 | },
|
131 | 135 | {
|
132 | 136 | "name": "source-build-externals",
|
|
142 | 146 | "src/spectre-console/NuGet.Config",
|
143 | 147 | "src/spectre-console/examples/Console/Canvas/Mandelbrot.cs",
|
144 | 148 | "src/xunit/NuGet.Config"
|
145 |
| - ] |
| 149 | + ], |
| 150 | + "disableSynchronization": true |
146 | 151 | },
|
147 | 152 | {
|
148 | 153 | "name": "source-build-reference-packages",
|
149 |
| - "defaultRemote": "https://github.com/dotnet/source-build-reference-packages" |
| 154 | + "defaultRemote": "https://github.com/dotnet/source-build-reference-packages", |
| 155 | + "disableSynchronization": true |
150 | 156 | },
|
151 | 157 | {
|
152 | 158 | "name": "sourcelink",
|
153 | 159 | "defaultRemote": "https://github.com/dotnet/sourcelink",
|
154 |
| - // Migrated onto the flat flow |
155 | 160 | "disableSynchronization": true
|
156 | 161 | },
|
157 | 162 | {
|
158 | 163 | "name": "symreader",
|
159 |
| - "defaultRemote": "https://github.com/dotnet/symreader" |
| 164 | + "defaultRemote": "https://github.com/dotnet/symreader", |
| 165 | + "disableSynchronization": true |
160 | 166 | },
|
161 | 167 | {
|
162 | 168 | "name": "templating",
|
163 |
| - "defaultRemote": "https://github.com/dotnet/templating" |
| 169 | + "defaultRemote": "https://github.com/dotnet/templating", |
| 170 | + "disableSynchronization": true |
164 | 171 | },
|
165 | 172 | {
|
166 | 173 | "name": "vstest",
|
|
170 | 177 | // Non-OSS license - https://github.com/dotnet/source-build/issues/4255
|
171 | 178 | "src/package/licenses/LICENSE_VS.txt",
|
172 | 179 | "test/Microsoft.TestPlatform.CoreUtilities.UnitTests/TestAssets/dotnetWinX86.exe"
|
173 |
| - ] |
| 180 | + ], |
| 181 | + "disableSynchronization": true |
174 | 182 | },
|
175 | 183 | {
|
176 | 184 | "name": "xdt",
|
177 |
| - "defaultRemote": "https://github.com/dotnet/xdt" |
| 185 | + "defaultRemote": "https://github.com/dotnet/xdt", |
| 186 | + "disableSynchronization": true |
178 | 187 | },
|
179 | 188 | {
|
180 | 189 | "name": "winforms",
|
|
185 | 194 | "src/test/integration/DesignSurface/**/*.ico",
|
186 | 195 | "src/test/integration/DesignSurface/**/*.resx",
|
187 | 196 | "src/test/integration/DesignSurface/THIRD-PARTY-NOTICE.txt"
|
188 |
| - ] |
| 197 | + ], |
| 198 | + "disableSynchronization": true |
189 | 199 | },
|
190 | 200 | {
|
191 | 201 | "name": "wpf",
|
192 |
| - "defaultRemote": "https://github.com/dotnet/wpf" |
| 202 | + "defaultRemote": "https://github.com/dotnet/wpf", |
| 203 | + "disableSynchronization": true |
193 | 204 | },
|
194 | 205 | {
|
195 | 206 | "name": "windowsdesktop",
|
196 |
| - "defaultRemote": "https://github.com/dotnet/windowsdesktop" |
| 207 | + "defaultRemote": "https://github.com/dotnet/windowsdesktop", |
| 208 | + "disableSynchronization": true |
197 | 209 | }
|
198 | 210 | ]
|
199 | 211 | }
|
0 commit comments