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\Localize\LocProject-generated.json").Hash -ne (Get-FileHash"$SourcesDirectory\Localize\LocProject.json").Hash) {
102
+
if ((Get-FileHash"$SourcesDirectory\eng\Localize\LocProject-generated.json").Hash -ne (Get-FileHash"$SourcesDirectory\eng\Localize\LocProject.json").Hash) {
103
103
Write-PipelineTelemetryError-Category "OneLocBuild"-Message "Existing LocProject.json differs from generated LocProject.json. Download LocProject-generated.json and compare them."
0 commit comments