We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a14613 commit 2db0200Copy full SHA for 2db0200
build.cmd
@@ -2,7 +2,7 @@
2
setlocal
3
if "%VS120COMNTOOLS%"=="" GOTO NOTOOLS
4
call "%VS120COMNTOOLS%\VsDevCmd.bat"
5
-msbuild .\PSScriptAnalyzer.sln
+msbuild .\PSScriptAnalyzer.sln /p:Configuration=Debug /l:FileLogger,Microsoft.Build.Engine;logfile=PSScriptAnalyzer_Build.log;append=true
6
if NOT [%ERRORLEVEL%]==[0] pause
7
8
GOTO END
0 commit comments