vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
272 stars 85 forks source link

How to Debug Changed Code? #194

Open RuizhiSunMS opened 1 year ago

RuizhiSunMS commented 1 year ago

I changed some code and tried to uninstall and re-install this tool, but looks symbol was the previous one still. My commands are:

dotnet tool uninstall --global --no-cache azuresigntool dotnet tool install --global --no-cache azuresigntool And I also tried to rebuild the azuresigntool project but it didn't work neither. There should be another step but I don't know them specific. Can anyone share some information? Thx.