Skip to content

Commit 028aeb3

Browse files
committed
Update build steps
1 parent e3888f8 commit 028aeb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.libgit2sharp.sh

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

1212
dotnet restore
13-
dotnet build -f netstandard1.3
13+
dotnet build LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp1.0
14+
dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp1.0 --no-build
1415

1516
exit $?

0 commit comments

Comments
 (0)