We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403971f commit e876ff8Copy full SHA for e876ff8
build.libgit2sharp.sh
@@ -9,7 +9,7 @@ EXTRADEFINE="$1"
9
# working directory in its library search path, so it works without this value.
10
export LD_LIBRARY_PATH=.
11
12
-mono lib/nuget/nuget.exe restore
+mono Lib/NuGet/NuGet.exe restore
13
xbuild CI/build.msbuild /target:Deploy /property:ExtraDefine="$EXTRADEFINE"
14
15
exit $?
0 commit comments