Add comment
This commit is contained in:
parent
9dc18f277d
commit
d7010fb19e
|
|
@ -16,6 +16,7 @@ namespace AspNetCoreSdkTests
|
||||||
data.Ignore("RC1 not yet published to nuget.org") :
|
data.Ignore("RC1 not yet published to nuget.org") :
|
||||||
data);
|
data);
|
||||||
|
|
||||||
|
// TODO: Add TemplateTypeAttribute to distinguish app templates from classlib templates
|
||||||
public static IEnumerable<TestCaseData> ApplicationTemplates { get; } =
|
public static IEnumerable<TestCaseData> ApplicationTemplates { get; } =
|
||||||
from d in AllTemplates
|
from d in AllTemplates
|
||||||
where ((Template)d.Arguments[0] != Template.RazorClassLib)
|
where ((Template)d.Arguments[0] != Template.RazorClassLib)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue