File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/ProjectTemplates/test/Templates.Tests Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,6 @@ public async Task Template_Produces_The_Right_Set_Of_FilesAsync(string arguments
89
89
if ( relativePath . EndsWith ( ".csproj" , StringComparison . Ordinal ) ||
90
90
relativePath . EndsWith ( ".fsproj" , StringComparison . Ordinal ) ||
91
91
relativePath . EndsWith ( ".props" , StringComparison . Ordinal ) ||
92
- relativePath . EndsWith ( ".targets" , StringComparison . Ordinal ) ||
93
- relativePath . StartsWith ( "bin/" , StringComparison . Ordinal ) ||
94
- relativePath . StartsWith ( "obj/" , StringComparison . Ordinal ) ||
95
92
relativePath . EndsWith ( ".sln" , StringComparison . Ordinal ) ||
96
93
relativePath . EndsWith ( ".targets" , StringComparison . Ordinal ) ||
97
94
relativePath . StartsWith ( "bin/" , StringComparison . Ordinal ) ||
You can’t perform that action at this time.
0 commit comments