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 9389c48 commit d1ffba2Copy full SHA for d1ffba2
Expand-Template.ps1
@@ -99,7 +99,7 @@ try {
99
git config core.safecrlf false # Avoid warnings when adding files with mangled line endings
100
101
# Rename project directories and solution
102
- git mv Library.sln "$LibraryName.sln"
+ git mv Library.slnx "$LibraryName.slnx"
103
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
104
git mv src/Library/Library.csproj "src/Library/$LibraryName.csproj"
105
0 commit comments