Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Bug 4437 into a Feature Request: Modify Wix.CA.targets to add PDB files to CA Package with /p:Configuration=Debug #4451

Closed
wixbot opened this issue Jun 19, 2014 · 3 comments
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Jun 19, 2014

Modify PackCustomAction action to add:

<ItemGroup>
  <CustomActionReferenceContents Include="@(ReferenceCopyLocalPaths->'%(RootDir)%(Directory)%(Filename).pdb')" Condition=" '$(Configuration)' == 'Debug' and Exists('%(RootDir)%(Directory)%(Filename).pdb')" />
  <CustomActionReferenceContents Include="@(IntermediateAssembly->'%(RootDir)%(Directory)%(Filename).pdb')" Condition=" '$(Configuration)' == 'Debug' and Exists('%(RootDir)%(Directory)%(Filename).pdb')" />
</ItemGroup>

Originally opened by jmcooper8654

@wixbot
Copy link
Author

wixbot commented Jun 19, 2014

Release changed from v3.9 to v3.x

@wixbot
Copy link
Author

wixbot commented Jun 24, 2015

I'll take a look at this now. Mainly need to test the proposed solution.

Originally posted by jmcooper8654

@wixbot
Copy link
Author

wixbot commented Jul 14, 2015

PR #147 for WiX 4.x and PR #280 for WiX 3.x

Originally posted by jmcooper8654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants