Work around Open.Nat installation by nuget failing randomly
This commit is contained in:
1
thirdparty/fetch-thirdparty-deps.sh
vendored
1
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -86,6 +86,7 @@ fi
|
||||
if [ ! -f Open.Nat.dll ]; then
|
||||
echo "Fetching Open.Nat from NuGet"
|
||||
get Open.Nat 2.1.0
|
||||
if [ -d ./Open.NAT ]; then mv Open.NAT Open.Nat; fi
|
||||
cp ./Open.Nat/lib/net45/Open.Nat.dll .
|
||||
rm -rf Open.Nat
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user