Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Fix DAC name
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs committed Nov 23, 2019
1 parent 64bb63b commit 63d53ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sign.builds
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
-->
<ItemGroup>
<!-- The DAC requires special signing for !analyze/watson to work properly. -->
<SpecialDebuggingDlls Include="$(BinDir)$(CrossTargetComponentFolder)/mscordaccore*.dll" >
<SpecialDebuggingDlls Include="$(BinDir)mscordacore*.dll" />
<SpecialDebuggingDlls Include="$(BinDir)$(CrossTargetComponentFolder)/mscordaccore*.dll" />
<SpecialDebuggingDlls Include="$(BinDir)mscordaccore*.dll" />
<WindowsNativeLocation Remove="@(SpecialDebuggingDlls)"/>
</ItemGroup>

Expand Down

0 comments on commit 63d53ef

Please sign in to comment.