Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Also hash pdb and put it in hash.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceDTRH committed Aug 27, 2020
1 parent 797a1c6 commit 583e087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Alice's Window Closer App/Alice's Window Closer App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
</Target>
<Import Project="..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets" Condition="Exists('..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets')" />
<PropertyGroup>
<PostBuildEvent>certutil -hashfile "$(TargetPath)"</PostBuildEvent>
<PostBuildEvent>certutil -hashfile "$(TargetPath)" &gt; hash
certutil -hashfile "$(TargetDir)$(SolutionName).pdb" &gt;&gt; hash</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 583e087

Please sign in to comment.