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
if ((Get-FileHash"$SourcesDirectory\eng\Localize\LocProject-generated.json").Hash -ne (Get-FileHash"$SourcesDirectory\eng\Localize\LocProject.json").Hash) {
110
108
Write-PipelineTelemetryError-Category "OneLocBuild"-Message "Existing LocProject.json differs from generated LocProject.json. Download LocProject-generated.json and compare them."
111
-
109
+
112
110
exit1
113
111
}
114
112
else {
115
113
Write-Host"Generated LocProject.json and current LocProject.json are identical."
0 commit comments