We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 584cd09 + 664c12d commit cc56296Copy full SHA for cc56296
buildandtest.sh
@@ -15,7 +15,7 @@ export Configuration=release
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
18
-dotnet build LibGit2Sharp.Tests -f netcoreapp2.0 /property:ExtraDefine="$EXTRADEFINE" /fl /flp:verbosity=detailed
+dotnet build LibGit2Sharp.Tests -f netcoreapp2.0 -property:ExtraDefine="$EXTRADEFINE" -fl -flp:verbosity=detailed
19
dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp2.0 --no-restore --no-build
20
21
exit $?
0 commit comments