提交 d367fc2e 编写于 作者: A Andrew Casey

Remove extraneous quotation marks

They prevent the files listed in the `Outputs` attribute of the
`FakeSign` target from being found.

Roll back the earlier workaround of passing `-f`.

Fixes #6533
上级 4cfb962b
......@@ -283,9 +283,9 @@
('$(Language)' == 'C#' OR '$(Language)' == 'VB') AND
'$(BuildingProject)' == 'true'"
Inputs="@(IntermediateAssembly)"
Outputs="@(IntermediateAssembly);"$(PostCompileBinaryModificationSentinelFile)"">
Outputs="@(IntermediateAssembly);$(PostCompileBinaryModificationSentinelFile)">
<Exec Command="&quot;$(FakeSignToolPath)&quot; -f &quot;@(IntermediateAssembly)&quot;" />
<Exec Command="&quot;$(FakeSignToolPath)&quot; &quot;@(IntermediateAssembly)&quot;" />
</Target>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册