We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a71e8 commit 30e8bbeCopy full SHA for 30e8bbe
appveyor.yml
@@ -4,7 +4,7 @@ branches:
4
only:
5
- master
6
build_script:
7
- - build.ps1
+ - build.cmd
8
clone_depth: 1
9
test: off
10
deploy: off
build.cmd
@@ -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