fetch ICSharpCode.SharpZipLib from nuget
This commit is contained in:
7
thirdparty/fetch-thirdparty-deps.sh
vendored
7
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -4,4 +4,11 @@ if [ ! -f StyleCop.dll ]; then
|
||||
nuget install StyleCop.MSBuild -Version 4.7.49.0
|
||||
cp ./StyleCop.MSBuild.4.7.49.0/tools/StyleCop*.dll .
|
||||
rm -rf StyleCop.MSBuild.4.7.49.0
|
||||
fi
|
||||
|
||||
if [ ! -f ICSharpCode.SharpZipLib.dll ]; then
|
||||
echo "Fetching ICSharpCode.SharpZipLib from nuget"
|
||||
nuget install SharpZipLib -Version 0.86.0
|
||||
cp ./SharpZipLib.0.86.0/lib/20/ICSharpCode.SharpZipLib.dll .
|
||||
rm -rf SharpZipLib.0.86.0
|
||||
fi
|
||||
Reference in New Issue
Block a user