You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local countDigit=$(echo "${version}"| grep -o "\."| grep -c "\.")
19
+
20
+
if [[ countDigit -gt 1 ]];then
21
+
echo"[WARNING] It is not recommended to specify the exact framework version because your build can be broken with the next patch update. Consider using "major.minor" only format."
22
+
fi
23
+
24
+
local framework_path=$(get_framework_path "$framework")
0 commit comments