Cleanup unnecessary files added during 2.2 => master merge (#9690)

This commit is contained in:
Nate McMaster 2019-04-23 14:46:09 -07:00 committed by GitHub
parent 1d5d144c12
commit f53d3cb87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ try {
if ($changedFiles) {
foreach ($file in $changedFiles) {
$filePath = Resolve-Path "${repoRoot}/${file}"
LogError "Generated code is not up to date in $file." -filepath $filePath
LogError "Generated code is not up to date in $file. You might need to regenerate the reference assemblies or project list (see docs/ReferenceAssemblies.md and docs/ReferenceResolution.md)" -filepath $filePath
& git --no-pager diff --ignore-space-at-eol $filePath
}
}