未验证 提交 82eff19d 编写于 作者: T Tom Meschter 提交者: GitHub

Merge pull request #28734 from tmeschter/FixLocChangeCheck-180720

Fix windows_loc_changes leg
......@@ -269,7 +269,7 @@ commitPullList.each { isPr ->
def myJob = job(jobName) {
description('Validate that a PR contains no localization changes')
steps {
batchFile(""".\\build\\scripts\\check-for-loc-changes.cmd -base %GIT_BRANCH% -head %GIT_COMMIT%""")
batchFile(""".\\build\\scripts\\check-for-loc-changes.cmd -base origin/${branchName} -head %GIT_COMMIT%""")
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册