Skip to content

Commit 83ad9eb

Browse files
committed
Fixed the baseline tests to account for the solution file extension change
1 parent 6ae0960 commit 83ad9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ProjectTemplates/test/Templates.Tests/BaselineTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public async Task Template_Produces_The_Right_Set_Of_FilesAsync(string arguments
9191
if (relativePath.EndsWith(".csproj", StringComparison.Ordinal) ||
9292
relativePath.EndsWith(".fsproj", StringComparison.Ordinal) ||
9393
relativePath.EndsWith(".props", StringComparison.Ordinal) ||
94-
relativePath.EndsWith(".sln", StringComparison.Ordinal) ||
94+
relativePath.EndsWith(".slnx", StringComparison.Ordinal) ||
9595
relativePath.EndsWith(".targets", StringComparison.Ordinal) ||
9696
relativePath.StartsWith("bin/", StringComparison.Ordinal) ||
9797
relativePath.StartsWith("obj/", StringComparison.Ordinal) ||

0 commit comments

Comments
 (0)