Skip to content

Commit 5618f1e

Browse files
committed
Fix build script.
1 parent c31db33 commit 5618f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/BuildPackage.bat

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

0 commit comments

Comments
 (0)