Skip to content

Commit 388cd42

Browse files
committed
Cleaned up debugging remnants in package script
1 parent 50e7254 commit 388cd42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Package.cmd

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
@ECHO OFF
22
pushd %~dp0
33

4-
REM %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild FluentAssertionsMvc.msbuild /m /nr:false /v:M /fl /flp:LogFile=bin\msbuild.log;Verbosity=Normal
5-
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild FluentAssertionsMvc.msbuild /maxcpucount /nodeReuse:false /verbosity:quiet /fileLogger /fileloggerparameters:LogFile=bin\msbuild.log;
4+
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild FluentAssertionsMvc.msbuild /m /nr:false /v:M /fl /flp:LogFile=bin\msbuild.log;Verbosity=Normal
5+
66
if errorlevel 1 goto BuildFail
77

88
echo.
99
echo *** BUILD SUCCESSFUL ***
1010
echo.
1111

12-
REM .nuget\nuget pack src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj
13-
.nuget\nuget pack src\FluentAssertions.Mvc4\FluentAssertions.Mvc4.csproj -verbosity detailed
14-
.nuget\nuget pack src\FluentAssertions.Mvc5\FluentAssertions.Mvc5.csproj -verbosity detailed
12+
.nuget\nuget pack src\FluentAssertions.Mvc3\FluentAssertions.Mvc3.csproj
13+
.nuget\nuget pack src\FluentAssertions.Mvc4\FluentAssertions.Mvc4.csproj
14+
.nuget\nuget pack src\FluentAssertions.Mvc5\FluentAssertions.Mvc5.csproj
1515
if errorlevel 1 goto PackageFail
1616

1717
echo.

0 commit comments

Comments
 (0)