We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ffba2 commit b725deeCopy full SHA for b725dee
Expand-Template.ps1
@@ -119,7 +119,7 @@ try {
119
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
120
dotnet sln add "test/$LibraryName.Tests"
121
122
- git add "$LibraryName.sln"
+ git add "$LibraryName.slnx"
123
124
125
# Update project reference in test project. Add before removal to keep the same ItemGroup in place.
0 commit comments