Skip to content

Commit b725dee

Browse files
committed
Another template expansion fix
1 parent d1ffba2 commit b725dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Expand-Template.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ try {
119119
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
120120
dotnet sln add "test/$LibraryName.Tests"
121121
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
122-
git add "$LibraryName.sln"
122+
git add "$LibraryName.slnx"
123123
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
124124

125125
# Update project reference in test project. Add before removal to keep the same ItemGroup in place.

0 commit comments

Comments
 (0)