Implemented interface member:
property
OutputAssembly
Microsoft.Build.Tasks.IALTaskContract.OutputAssembly
1 write to OutputAssembly
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
354t.OutputAssembly = new TaskItem("foo.dll");
2 references to OutputAssembly
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
353Assert.Null(t.OutputAssembly); // "Default value" 355Assert.Equal("foo.dll", t.OutputAssembly.ItemSpec); // "New value"