-
Notifications
You must be signed in to change notification settings - Fork 284
Expand file tree
/
Copy pathsource-mappings.json
More file actions
191 lines (185 loc) · 8.07 KB
/
source-mappings.json
File metadata and controls
191 lines (185 loc) · 8.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
// This file configures where the VMR synchronizes the sources from.
// Each development repository has a mapping record which says where the remote repo is,
// what files are in/excluded from the sync, etc.
//
// This file does not contain information about what version of sources are synchronized in the VMR.
// Please check the source-manifest.json file for that purpose.
//
// More details on this file's mechanics:
// https://github.com/dotnet/dotnet/blob/main/docs/VMR-Full-Code-Flow.md#repository-source-mappings
{
"thirdPartyNoticesTemplatePath": "eng/THIRD-PARTY-NOTICES.template.txt",
// These defaults are added to all mappings unless `ignoreDefaults: true` is specified
// When no "include" filter is specified, "**/*" is used
// The default filters do not apply to submodules
// Only filters which start with submodule's path are applied when syncing submodules
"defaults": {
"defaultRef": "main"
},
// Each of these mappings has a corresponding folder in the src/ directory
"mappings": [
{
"name": "arcade",
"defaultRemote": "https://github.com/dotnet/arcade"
},
{
"name": "aspnetcore",
"defaultRemote": "https://github.com/dotnet/aspnetcore",
},
{
"name": "cecil",
"defaultRemote": "https://github.com/dotnet/cecil"
},
{
"name": "command-line-api",
"defaultRemote": "https://github.com/dotnet/command-line-api"
},
{
"name": "deployment-tools",
"defaultRemote": "https://github.com/dotnet/deployment-tools"
},
{
"name": "diagnostics",
"defaultRemote": "https://github.com/dotnet/diagnostics"
},
{
"name": "efcore",
"defaultRemote": "https://github.com/dotnet/efcore"
},
{
"name": "emsdk",
"defaultRemote": "https://github.com/dotnet/emsdk"
},
{
"name": "fsharp",
"defaultRemote": "https://github.com/dotnet/fsharp"
},
{
"name": "msbuild",
"defaultRemote": "https://github.com/dotnet/msbuild"
},
{
"name": "nuget-client",
"defaultRemote": "https://github.com/NuGet/NuGet.Client",
"defaultRef": "dev"
},
{
"name": "razor",
"defaultRemote": "https://github.com/dotnet/razor"
},
{
"name": "roslyn",
"defaultRemote": "https://github.com/dotnet/roslyn",
"exclude": [
// Obfuscated files are blocking the source tarball signing
"src/Compilers/Test/Resources/Core/MetadataTests/Invalid/Obfuscated*.dll"
]
},
{
"name": "runtime",
"defaultRemote": "https://github.com/dotnet/runtime"
},
{
"name": "scenario-tests",
"defaultRemote": "https://github.com/dotnet/scenario-tests"
},
{
"name": "sdk",
"defaultRemote": "https://github.com/dotnet/sdk"
},
{
"name": "source-build-assets",
"defaultRemote": "https://github.com/dotnet/source-build-assets",
"exclude": [
// Contains disallowed binaries
"src/externalPackages/src/spectre-console/docs/**/*",
// 1ES Secret Scanning does not allow any PFX files
// For submodule exclusions, we must use the full relative path of each submodule
"src/externalPackages/src/**/*.pfx",
"src/externalPackages/src/MSBuildLocator/**/*.pfx",
"src/externalPackages/src/antlr4/**/*.pfx",
"src/externalPackages/src/application-insights/**/*.pfx",
"src/externalPackages/src/azure-activedirectory-identitymodel-extensions-for-dotnet/**/*.pfx",
"src/externalPackages/src/cssparser/**/*.pfx",
"src/externalPackages/src/docker-creds-provider/**/*.pfx",
"src/externalPackages/src/humanizer/**/*.pfx",
"src/externalPackages/src/newtonsoft-json/**/*.pfx",
"src/externalPackages/src/spectre-console/**/*.pfx",
"src/externalPackages/src/vs-solutionpersistence/**/*.pfx",
// Don't include any parts of antlr4 that we don't use.
// We don't want 1ES scanning to pick up all of the different
// runtimes and add a bunch of compliance work for code we don't use.
"src/externalPackages/src/antlr4/.github/**",
"src/externalPackages/src/antlr4/Package.swift",
"src/externalPackages/src/antlr4/antlr4-maven-plugin/**",
"src/externalPackages/src/antlr4/doc/**",
"src/externalPackages/src/antlr4/docker/**",
"src/externalPackages/src/antlr4/pom.xml",
"src/externalPackages/src/antlr4/runtime-testsuite/**",
"src/externalPackages/src/antlr4/scripts/**",
"src/externalPackages/src/antlr4/tool-testsuite/**",
"src/externalPackages/src/antlr4/tool/**",
"src/externalPackages/src/antlr4/runtime/CSharp/tests/**",
"src/externalPackages/src/antlr4/runtime/Cpp/**",
"src/externalPackages/src/antlr4/runtime/Dart/**",
"src/externalPackages/src/antlr4/runtime/Go/**",
"src/externalPackages/src/antlr4/runtime/Java/**",
"src/externalPackages/src/antlr4/runtime/JavaScript/**",
"src/externalPackages/src/antlr4/runtime/Python3/**",
"src/externalPackages/src/antlr4/runtime/Swift/**",
// Don't include any parts of opentelemetry-dotnet that we don't use.
"src/externalPackages/src/opentelemetry-dotnet/.github/**",
"src/externalPackages/src/opentelemetry-dotnet/.vscode/**",
"src/externalPackages/src/opentelemetry-dotnet/docs/**",
"src/externalPackages/src/opentelemetry-dotnet/examples/**",
"src/externalPackages/src/opentelemetry-dotnet/test/**",
// Don't include any parts of opentelemetry-dotnet-contrib that we don't use.
"src/externalPackages/src/opentelemetry-dotnet-contrib/.github/**",
"src/externalPackages/src/opentelemetry-dotnet-contrib/.vscode/**",
"src/externalPackages/src/opentelemetry-dotnet-contrib/examples/**",
"src/externalPackages/src/opentelemetry-dotnet-contrib/test/**"
]
},
{
"name": "sourcelink",
"defaultRemote": "https://github.com/dotnet/sourcelink"
},
{
"name": "symreader",
"defaultRemote": "https://github.com/dotnet/symreader"
},
{
"name": "vstest",
"defaultRemote": "https://github.com/microsoft/vstest",
"exclude": [
// Non-OSS license used in VS specific build configurations.
// Non-OSS license - https://github.com/dotnet/source-build/issues/4255
"src/package/licenses/LICENSE_VS.txt",
"test/Microsoft.TestPlatform.CoreUtilities.UnitTests/TestAssets/dotnetWinX86.exe"
]
},
{
"name": "xdt",
"defaultRemote": "https://github.com/dotnet/xdt"
},
{
"name": "winforms",
"defaultRemote": "https://github.com/dotnet/winforms",
"exclude": [
// Non-OSS license - https://github.com/dotnet/source-build/issues/3772
"src/test/integration/DesignSurface/**/*.cs",
"src/test/integration/DesignSurface/**/*.ico",
"src/test/integration/DesignSurface/**/*.resx",
"src/test/integration/DesignSurface/THIRD-PARTY-NOTICE.txt"
]
},
{
"name": "wpf",
"defaultRemote": "https://github.com/dotnet/wpf"
},
{
"name": "windowsdesktop",
"defaultRemote": "https://github.com/dotnet/windowsdesktop"
}
]
}