Skip to content

Commit

Permalink
Merge pull request #16 from microsoft/dev/sknam/change-targetext-in-t…
Browse files Browse the repository at this point in the history
…argets

Update targetext in Directory.Build.targets to .exe from .dll
  • Loading branch information
skylarnam authored Feb 23, 2023
2 parents fc1f041 + b3de15a commit b759581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Condition=" '$(MicroBuild_SigningEnabled)' == 'true' "
AfterTargets="Publish">
<ItemGroup>
<FilesToSign Include="$(PublishDir)$(TargetName)$(TargetExt)">
<FilesToSign Include="$(PublishDir)$(TargetName).exe">
<PublishOnly>true</PublishOnly>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
Expand Down

0 comments on commit b759581

Please sign in to comment.