Skip to content

Commit cc56296

Browse files
authored
Merge pull request #1628 from lupino3/fix-buildscript
Fix buildandtest.sh to use - instead of /
2 parents 584cd09 + 664c12d commit cc56296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildandtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export Configuration=release
1515
# On linux we don't pack because we can't build for net40.
1616
# We just build for CoreCLR and run tests for it.
1717
dotnet restore
18-
dotnet build LibGit2Sharp.Tests -f netcoreapp2.0 /property:ExtraDefine="$EXTRADEFINE" /fl /flp:verbosity=detailed
18+
dotnet build LibGit2Sharp.Tests -f netcoreapp2.0 -property:ExtraDefine="$EXTRADEFINE" -fl -flp:verbosity=detailed
1919
dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp2.0 --no-restore --no-build
2020

2121
exit $?

0 commit comments

Comments
 (0)