Skip to content

Commit fb94f2a

Browse files
committed
Use default target
1 parent 253ce9e commit fb94f2a

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
@@ -2,7 +2,7 @@ configuration:
22
- Debug
33

44
build_script:
5-
- ps: .\build.ps1 -Target "AppVeyor"
5+
- ps: .\build.ps1
66

77
cache:
88
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified

0 commit comments

Comments
 (0)