@@ -36,7 +36,8 @@ if [[ -d ".git" ]] && hash git &>/dev/null; then
git pull ||true
fi
if[[ ! -f "${PROJECT}.sln"]];then
if[[ ! -f "$SOLUTION"]];then
echo"ERROR: $SOLUTION could not be found!"
exit1
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.