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 b2c67a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sign.builds
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<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)mscordaccore*.dll" />
<WindowsNativeLocation Remove="@(SpecialDebuggingDlls)"/>
</ItemGroup>

Expand Down

0 comments on commit b2c67a3

Please sign in to comment.