Browse Source

[SL.Core] Whitespace

pull/1087/head
Dirk Lemstra 9 years ago
parent
commit
9b632f308b
  1. 2
      build.cmd

2
build.cmd

@ -3,7 +3,7 @@
if not "%GitVersion_NuGetVersion%" == "" ( if not "%GitVersion_NuGetVersion%" == "" (
dotnet restore /p:packageversion=%GitVersion_NuGetVersion% dotnet restore /p:packageversion=%GitVersion_NuGetVersion%
)ELSE ( )ELSE (
dotnet restore dotnet restore
) )
ECHO Building nuget packages ECHO Building nuget packages

Loading…
Cancel
Save