File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
2
pushd %~dp0
3
3
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
+
6
6
if errorlevel 1 goto BuildFail
7
7
8
8
echo .
9
9
echo *** BUILD SUCCESSFUL ***
10
10
echo .
11
11
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
15
15
if errorlevel 1 goto PackageFail
16
16
17
17
echo .
You can’t perform that action at this time.
0 commit comments