File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11@ ECHO OFF
22pushd %~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+
66if errorlevel 1 goto BuildFail
77
88echo .
99echo *** BUILD SUCCESSFUL ***
1010echo .
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
1515if errorlevel 1 goto PackageFail
1616
1717echo .
You can’t perform that action at this time.
0 commit comments