Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit f439237

Browse files
committed
Rename Solution File.
Since this is the only tool we'll have here, it makes sense for us to name the solution file after the tool. Fixes #7
1 parent da37746 commit f439237

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SETLOCAL
44

55
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
6-
SET SOLUTION_PATH=%~dp0src\BuildToolsInternal.sln
6+
SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln
77

88
IF EXIST %CACHED_NUGET% goto restore
99
echo Downloading latest version of NuGet.exe...
File renamed without changes.

0 commit comments

Comments
 (0)