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

Microsoft.DiaSymReader.Pdb2Pdb package as dotnet tool #208

Open
dominoFire opened this issue Jun 22, 2021 · 0 comments
Open

Microsoft.DiaSymReader.Pdb2Pdb package as dotnet tool #208

dominoFire opened this issue Jun 22, 2021 · 0 comments

Comments

@dominoFire
Copy link

dominoFire commented Jun 22, 2021

Consider packing Microsoft.DiaSymReader.Pdb2Pdb package as dotnet tool. That way, we can use dotnet tool commands to manage the package, instead of installing it in a fixed location and creating custom scripts to invoke pdb2pdb.exe.

This would require adding the following properties to the project file:

<PackAsTool>true</PackAsTool>
<ToolCommandName>pdb2pdb</ToolCommandName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant