Skip to content

Commit 9bf4fd8

Browse files
committed
Add ExtraDefine back for LEAKS_IDENTIFYING
1 parent 028aeb3 commit 9bf4fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.libgit2sharp.sh

Lines changed: 1 addition & 1 deletion
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
13+
dotnet build LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp1.0 /property:ExtraDefine="$EXTRADEFINE"
1414
dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp1.0 --no-build
1515

1616
exit $?

0 commit comments

Comments
 (0)