Skip to content

Commit 23cbc5b

Browse files
committed
Added script to build module
1 parent c60e9d5 commit 23cbc5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.cmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
setlocal
3+
call "%VS120COMNTOOLS%\VsDevCmd.bat"
4+
msbuild .\PSScriptAnalyzer.sln
5+
if NOT [%ERRORLEVEL%]==[0] pause
6+
endlocal

0 commit comments

Comments
 (0)