Skip to content

Commit 2604004

Browse files
committed
Build Release configuration
1 parent 9bf4fd8 commit 2604004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.libgit2sharp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXTRADEFINE="$1"
1010
export LD_LIBRARY_PATH=.
1111

1212
dotnet restore
13-
dotnet build LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp1.0 /property:ExtraDefine="$EXTRADEFINE"
14-
dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp1.0 --no-build
13+
dotnet build LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -c Release -f netcoreapp1.0 /property:ExtraDefine="$EXTRADEFINE"
14+
dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -c Release -f netcoreapp1.0 --no-build
1515

1616
exit $?

0 commit comments

Comments
 (0)