Skip to content

Commit 8f22198

Browse files
committed
Removed duplicate Tools/NuGet/NuGet.exe.
Updated Scripts/build.cmd to reuse Src/.nuget/NuGet.exe.
1 parent c34e203 commit 8f22198

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Scripts/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd ..
66
SET BUILD_BASE_DIR=%CD%\Build\ForNuget
77
SET BUILD_DIR=%BUILD_BASE_DIR%\bin
88
SET PackageName=UnitsNet
9-
SET NuGetExe=%CD%\Tools\NuGet\NuGet.exe
9+
SET NuGetExe=%CD%\Src\.nuget\NuGet.exe
1010

1111
REM ECHO BUILD_DIR=%BUILD_DIR%
1212

Tools/NuGet/NuGet.exe

-18 KB
Binary file not shown.

0 commit comments

Comments
 (0)