We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb4cde commit e418992Copy full SHA for e418992
build.libgit2sharp.sh
@@ -14,8 +14,9 @@ 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 build LibGit2Sharp.Tests -f netcoreapp1.0 /property:ExtraDefine="$EXTRADEFINE"
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
22
exit $?
0 commit comments