Skip to content

Commit 43e1c63

Browse files
committed
Fix CI scripts.
1 parent ce36037 commit 43e1c63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ pull_requests:
33
do_not_increment_build_number: true
44
image: Visual Studio 2019
55
build_script:
6-
- cmd: dotnet build
6+
- cmd: >-
7+
dotnet build -p:Configuration=Release
8+
dotnet build -p:Configuration=ReleaseDouble
79
assembly_info:
810
patch: true
911
file: LibTessDotNet\Properties\AssemblyInfo.cs

0 commit comments

Comments
 (0)