We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e1c63 commit c31db33Copy full SHA for c31db33
Build/BuildPackage.bat
@@ -0,0 +1,2 @@
1
+dotnet build ..\LibTessDotNet.sln -p:Configuration=Release
2
+dotnet build ..\LibTessDotNet.sln -p:Configuration=ReleaseDouble
appveyor.yml
@@ -3,9 +3,7 @@ pull_requests:
3
do_not_increment_build_number: true
4
image: Visual Studio 2019
5
build_script:
6
-- cmd: >-
7
- dotnet build -p:Configuration=Release
8
- dotnet build -p:Configuration=ReleaseDouble
+- cmd: call Build\BuildPackage.bat
9
assembly_info:
10
patch: true
11
file: LibTessDotNet\Properties\AssemblyInfo.cs
0 commit comments