Commit ba937d9e by 据说甜蜜呢

修改方法GetVersion

parent 67ff337a
......@@ -67,7 +67,7 @@ function GetVersion()
declare major=($(grep -oP '(?<=VersionMajor>)[^<]+' "./devops/version.props"))
declare minor=($(grep -oP '(?<=VersionMinor>)[^<]+' "./devops/version.props"))
declare patch=($(grep -oP '(?<=VersionPatch>)[^<]+' "./devops/version.props"))
eval $1=${major}.${minor}.${patch}
eval $1="${major}.${minor}.${patch}"
}
function GetImageRegistrySettings()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment