We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83cefd commit 7ea5206Copy full SHA for 7ea5206
1 file changed
appveyor.yml
@@ -31,7 +31,7 @@ for:
31
before_build:
32
- ps: .\build\build_prep.ps1
33
build_script:
34
- - ps: .\build\build.ps1
+ - ps: .\build\build.ps1 -Script .\build.cake
35
after_build:
36
- ps: .\build\copy_build_files.ps1
37
@@ -55,7 +55,7 @@ for:
55
56
57
58
59
60
61
before_test:
0 commit comments