Skip to content

Commit a774065

Browse files
committed
(GH-141) Update default target
Cake.Recipe is no longer coupled directly to AppVeyor, and instead a more generic ContinuousIntegration target is the default.
1 parent fffd508 commit a774065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image: Visual Studio 2019
77
# Build Script #
88
#---------------------------------#
99
build_script:
10-
- ps: .\build.ps1 -Target AppVeyor
10+
- ps: .\build.ps1 -Target ContinuousIntegration
1111

1212
# Tests
1313
test: off

0 commit comments

Comments
 (0)