Implemented interface member:
property
TargetType
Microsoft.Build.Tasks.IALTaskContract.TargetType
1 write to TargetType
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
506
t.
TargetType
= "winexe";
5 references to TargetType
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
222
set => Bag[nameof(
TargetType
)] = value;
223
get => (string)Bag[nameof(
TargetType
)];
351
commandLine.AppendSwitchIfNotNull("/target:",
TargetType
);
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
505
Assert.Null(t.
TargetType
); // "Default value"
507
Assert.Equal("winexe", t.
TargetType
); // "New value"