Skip to content

Commit

Permalink
Added build.bat script for slightly more convenient NuGet compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodekaer committed Jan 7, 2015
1 parent 3407a91 commit 03ed74c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SET ThisScriptsDirectory=%~dp0
SET PowerShellScriptPath=%ThisScriptsDirectory%Build.ps1
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""%PowerShellScriptPath%""' -Verb RunAs}";

0 comments on commit 03ed74c

Please sign in to comment.