Skip to content

Commit c31db33

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build/BuildPackage.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dotnet build ..\LibTessDotNet.sln -p:Configuration=Release
2+
dotnet build ..\LibTessDotNet.sln -p:Configuration=ReleaseDouble

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ pull_requests:
33
do_not_increment_build_number: true
44
image: Visual Studio 2019
55
build_script:
6-
- cmd: >-
7-
dotnet build -p:Configuration=Release
8-
dotnet build -p:Configuration=ReleaseDouble
6+
- cmd: call Build\BuildPackage.bat
97
assembly_info:
108
patch: true
119
file: LibTessDotNet\Properties\AssemblyInfo.cs

0 commit comments

Comments
 (0)