Skip to content

Commit

Permalink
Adding CMD wrappers for PS1 scripts. (NuGet#3378)
Browse files Browse the repository at this point in the history
Co-authored-by: Srdjan Jovčić <[email protected]>
  • Loading branch information
srdjanjovcic and srdjanjovcic authored May 4, 2020
1 parent 25367b0 commit aa29ed4
Show file tree
Hide file tree
Showing 3 changed files with 6 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 off
powershell.exe -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dpn0.ps1" %*
2 changes: 2 additions & 0 deletions configure.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
powershell.exe -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dpn0.ps1" %*
2 changes: 2 additions & 0 deletions runTests.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
powershell.exe -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dpn0.ps1" %*

0 comments on commit aa29ed4

Please sign in to comment.