Skip to content

Commit 2db0200

Browse files
committed
Specify build configuration and logging
1 parent 1a14613 commit 2db0200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setlocal
33
if "%VS120COMNTOOLS%"=="" GOTO NOTOOLS
44
call "%VS120COMNTOOLS%\VsDevCmd.bat"
5-
msbuild .\PSScriptAnalyzer.sln
5+
msbuild .\PSScriptAnalyzer.sln /p:Configuration=Debug /l:FileLogger,Microsoft.Build.Engine;logfile=PSScriptAnalyzer_Build.log;append=true
66
if NOT [%ERRORLEVEL%]==[0] pause
77

88
GOTO END

0 commit comments

Comments
 (0)