-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log explicit failure for LC on Core (#7068)
This isn't going to be supported per dotnet/winforms#1462.
- Loading branch information
1 parent
1ef0032
commit 6a39abb
Showing
3 changed files
with
45 additions
and
5 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
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Microsoft.Build.Tasks.LC | ||
Microsoft.Build.Tasks.LC.LC() -> void | ||
Microsoft.Build.Tasks.LC.LicenseTarget.get -> Microsoft.Build.Framework.ITaskItem | ||
Microsoft.Build.Tasks.LC.LicenseTarget.set -> void | ||
Microsoft.Build.Tasks.LC.NoLogo.get -> bool | ||
Microsoft.Build.Tasks.LC.NoLogo.set -> void | ||
Microsoft.Build.Tasks.LC.OutputDirectory.get -> string | ||
Microsoft.Build.Tasks.LC.OutputDirectory.set -> void | ||
Microsoft.Build.Tasks.LC.OutputLicense.get -> Microsoft.Build.Framework.ITaskItem | ||
Microsoft.Build.Tasks.LC.OutputLicense.set -> void | ||
Microsoft.Build.Tasks.LC.ReferencedAssemblies.get -> Microsoft.Build.Framework.ITaskItem[] | ||
Microsoft.Build.Tasks.LC.ReferencedAssemblies.set -> void | ||
Microsoft.Build.Tasks.LC.SdkToolsPath.get -> string | ||
Microsoft.Build.Tasks.LC.SdkToolsPath.set -> void | ||
Microsoft.Build.Tasks.LC.Sources.get -> Microsoft.Build.Framework.ITaskItem[] | ||
Microsoft.Build.Tasks.LC.Sources.set -> void | ||
Microsoft.Build.Tasks.LC.TargetFrameworkVersion.get -> string | ||
Microsoft.Build.Tasks.LC.TargetFrameworkVersion.set -> void | ||
override Microsoft.Build.Tasks.LC.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension commandLine) -> void | ||
override Microsoft.Build.Tasks.LC.AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension commandLine) -> void | ||
override Microsoft.Build.Tasks.LC.Execute() -> bool | ||
override Microsoft.Build.Tasks.LC.GenerateFullPathToTool() -> string | ||
override Microsoft.Build.Tasks.LC.ToolName.get -> string | ||
override Microsoft.Build.Tasks.LC.ValidateParameters() -> bool |