Skip to content

Commit 30e8bbe

Browse files
committed
Adding build.cmd
1 parent 22a71e8 commit 30e8bbe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branches:
44
only:
55
- master
66
build_script:
7-
- build.ps1
7+
- build.cmd
88
clone_depth: 1
99
test: off
1010
deploy: off

build.cmd

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ECHO OFF
2+
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' %*; exit $LASTEXITCODE"

0 commit comments

Comments
 (0)