We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3888f8 commit 028aeb3Copy full SHA for 028aeb3
build.libgit2sharp.sh
@@ -10,6 +10,7 @@ EXTRADEFINE="$1"
10
export LD_LIBRARY_PATH=.
11
12
dotnet restore
13
-dotnet build -f netstandard1.3
+dotnet build LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp1.0
14
+dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp1.0 --no-build
15
16
exit $?
0 commit comments