Skip to content

Commit

Permalink
Fixed build.cmd script
Browse files Browse the repository at this point in the history
  • Loading branch information
SharePointRadi authored Sep 22, 2016
1 parent 7490288 commit 3b7d7a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO ON
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' %*; exit $LASTEXITCODE"

0 comments on commit 3b7d7a7

Please sign in to comment.