mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
7
cc.sh
7
cc.sh
@@ -43,9 +43,10 @@ if [[ ! -f "$SOLUTION" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if hash nuget &>/dev/null; then
|
||||
nuget restore "$SOLUTION" || true
|
||||
fi
|
||||
# Not needed for ASF, we have packages in-tree
|
||||
#if hash nuget &>/dev/null; then
|
||||
# nuget restore "$SOLUTION" || true
|
||||
#fi
|
||||
|
||||
if [[ "$CLEAN" -eq 1 ]]; then
|
||||
rm -rf out
|
||||
|
||||
Reference in New Issue
Block a user