Skip to content

Commit 2ba0d18

Browse files
committed
AppVeyor - change how powershell script is run (#70)
https://help.appveyor.com/discussions/problems/10014-false-build-fail-status Issue #70
1 parent 7a35311 commit 2ba0d18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ skip_non_tags: true
99

1010
# to run your custom scripts instead of automatic MSBuild
1111
build_script:
12-
- ps: .\build.ps1
12+
#- ps: .\build.ps1
13+
# https://help.appveyor.com/discussions/problems/10014-false-build-fail-status
14+
# Use cmd powershell as attempted workaround for https://github.com/cefsharp/cef-binary/issues/70
15+
- cmd: powershell .\build.ps1
1316

1417
# Disable tests
1518
test: off

0 commit comments

Comments
 (0)