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 c60e9d5 commit 23cbc5bCopy full SHA for 23cbc5b
build.cmd
@@ -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