We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e418992 commit f29c7a8Copy full SHA for f29c7a8
build.libgit2sharp.sh
@@ -14,8 +14,7 @@ export Configuration=release
14
15
# On linux we don't pack because we can't build for net40.
16
# We just build for CoreCLR and run tests for it.
17
-dotnet restore LibGit2Sharp
18
-dotnet restore LibGit2Sharp.Tests
+dotnet restore
19
dotnet build LibGit2Sharp.Tests -f netcoreapp1.0 /property:ExtraDefine="$EXTRADEFINE" /fl /flp:verbosity=detailed
20
dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp1.0 --no-build
21
0 commit comments