Skip to content

Commit

Permalink
Fix minor error in build script, to print out the name of the tooling…
Browse files Browse the repository at this point in the history
… being used.
  • Loading branch information
jcurl committed May 25, 2015
1 parent 2187947 commit 45df9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ REM %~5 - Project File.
:buildproj
echo.
echo ======================================================================
echo == Building %~4 for .NET ~2 (Tools v%~1)
echo == Building %~4 for .NET %~2 (Tools v%~1)
echo ======================================================================
call %MSBUILDDIR%\MSBUILD.EXE %~5 /t:Rebuild /toolsversion:%~1 /verbosity:minimal /p:TargetFrameworkVersion=%~2 /p:DefineConstants=SIGNED_RELEASE /p:SignAssembly=true /p:Configuration=Release /p:OutputPath="%CD%\distribute\%~3" /fl /flp:verbosity=normal /nologo
copy msbuild.log "%CD%\distribute\msbuild-%~4-net-%~2-tools-%~1.log" > NUL
Expand Down

0 comments on commit 45df9a1

Please sign in to comment.