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 ce36037 commit 43e1c63Copy full SHA for 43e1c63
appveyor.yml
@@ -3,7 +3,9 @@ pull_requests:
3
do_not_increment_build_number: true
4
image: Visual Studio 2019
5
build_script:
6
-- cmd: dotnet build
+- cmd: >-
7
+ dotnet build -p:Configuration=Release
8
+ dotnet build -p:Configuration=ReleaseDouble
9
assembly_info:
10
patch: true
11
file: LibTessDotNet\Properties\AssemblyInfo.cs
0 commit comments