forked from dotnet/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e033c79
commit 6f00cd3
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,13 +56,13 @@ | |
|
||
# ILLink and ReadyToRun targets and tasks owned by runtime team | ||
# Area-ILLink Area-ReadyToRun | ||
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ILLink.targets [email protected] | ||
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ILLink.targets [email protected] @dotnet/illink-contrib | ||
/src/Tasks/Microsoft.NET.Build.Tasks/PrepareForReadyToRunCompilation.cs @AntonLapounov | ||
/src/Tasks/Microsoft.NET.Build.Tasks/RunReadyToRunCompiler.cs @AntonLapounov | ||
/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs [email protected] | ||
/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs [email protected] @dotnet/illink-contrib | ||
/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishReadyToRun.cs @AntonLapounov | ||
# Publish.targets related to ILLink and ReadyToRun is own by both runtime and SDK team | ||
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets [email protected] @AntonLapounov @dotnet/dotnet-cli | ||
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets [email protected] @dotnet/illink-contrib @AntonLapounov @dotnet/dotnet-cli | ||
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ClickOnce.targets @sujitnayak | ||
|
||
# Area-Watch | ||
|