提交 8df10c19 编写于 作者: J Jason Malinowski 提交者: GitHub

Merge pull request #13179 from jasonmalinowski/fix-locproj-generation

Fix the generated path for the TranslationFile
......@@ -971,7 +971,7 @@ Public Class BuildDevDivInsertionFiles
<Project DefaultTargets="Localize" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<LocalizeFile Include=<%= "$(Sources)\" & devdivPath %>>
<TranslationFile><%= "$(LocRepo)\{Lang}Roslyn\" & lclFileName %></TranslationFile>
<TranslationFile><%= "$(LocRepo)\{Lang}\Roslyn\" & lclFileName %></TranslationFile>
<LciCommentFile><%= "$(Sources)\Roslyn\LCI\" & lciFileName %></LciCommentFile>
<%= If(CompilerFiles.Contains(fileName),
<SimShip xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册