mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Misc
This commit is contained in:
parent
bb37382993
commit
ab34ca70a6
1 changed files with 4 additions and 3 deletions
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
|
||||
|
|
Loading…
Reference in a new issue