提交 c2bdd388 编写于 作者: J Jared Parsons

Fix PDB deployment

上级 3358e4bb
......@@ -48,6 +48,13 @@
<OutDir>$(OutDir)Ignore\$(MSBuildProjectName)\</OutDir>
</PropertyGroup>
</When>
<When Condition="'$(RoslynProjectType)' == 'DeploymentTest'">
<!-- Need to include PDB in deployment directory for debugging, and in some cases correctness when
stack traces are involved -->
<PropertyGroup>
<AllowedReferenceRelatedFileExtensions>$(AllowedReferenceRelatedFileExtensions);.pdb</AllowedReferenceRelatedFileExtensions>
</PropertyGroup>
</When>
<When Condition="'$(RoslynProjectType)' == 'Custom' or $(RoslynProjectType) == 'DeploymentTest'">
<!-- Do nothing -->
</When>
......
......@@ -84,4 +84,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
</Project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册