-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
23 lines (21 loc) · 1.24 KB
/
Copy pathCODEOWNERS
File metadata and controls
23 lines (21 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths.
# See https://help.github.com/articles/about-code-owners/
/eng/ @dotnet/kitten
/.github/ @dotnet/kitten
/global.json @dotnet/kitten
/.exp-insertions.yml @dotnet/kitten
/.opt-prof.yml @dotnet/kitten
/.vsts-dotnet-ci.yml @dotnet/kitten
/.vsts-dotnet.yml @dotnet/kitten
/NuGet.config @dotnet/kitten
/Directory.Build* @dotnet/kitten
/.git* @dotnet/kitten
# Build tasks that have source in this repo and ship in `Microsoft.Build.Tasks.Core.dll`
# but are owned by the ClickOnce team.
/src/Tasks/BootstrapperUtil/** @dotnet/msbuild-clickonce
/src/Tasks/FormatUrl.cs @dotnet/msbuild-clickonce
/src/Tasks/GenerateLauncher.cs @dotnet/msbuild-clickonce
/src/Tasks/GenerateManifestBase.cs @dotnet/msbuild-clickonce
/src/Tasks/ManifestUtil/** @dotnet/msbuild-clickonce
/src/Tasks/ResolveManifestFiles.cs @dotnet/msbuild-clickonce
/src/Tasks/SignFile.cs @dotnet/msbuild-clickonce