Skip to content

Commit 7ea5206

Browse files
committed
adding parameter
1 parent b83cefd commit 7ea5206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for:
3131
before_build:
3232
- ps: .\build\build_prep.ps1
3333
build_script:
34-
- ps: .\build\build.ps1
34+
- ps: .\build\build.ps1 -Script .\build.cake
3535
after_build:
3636
- ps: .\build\copy_build_files.ps1
3737

@@ -55,7 +55,7 @@ for:
5555
before_build:
5656
- ps: .\build\build_prep.ps1
5757
build_script:
58-
- ps: .\build\build.ps1
58+
- ps: .\build\build.ps1 -Script .\build.cake
5959
after_build:
6060
- ps: .\build\copy_build_files.ps1
6161
before_test:

0 commit comments

Comments
 (0)