提交 9399186a 编写于 作者: J Jason Malinowski

Fix the generated path for the TranslationFile

上级 43f3499a
......@@ -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.
先完成此消息的编辑!
想要评论请 注册