Skip to content

Support signing Dynamics Business Central App files#652

Merged
dtivel merged 5 commits intodotnet:mainfrom
aholstrup1:main
Feb 23, 2024
Merged

Support signing Dynamics Business Central App files#652
dtivel merged 5 commits intodotnet:mainfrom
aholstrup1:main

Conversation

@aholstrup1
Copy link
Contributor

@aholstrup1 aholstrup1 commented Jan 30, 2024

Support signing Dynamics Business Central App (.app) files

Support for signing Dynamics Business Central files is done by:

  • Downloading the SIP for signing .app files (NavSip.dll)
  • Updating the wintrust.dll.ini file to include an entry for NavSip.dll
  • Adding .app files as a supported file extension

Fixes #173

@aholstrup1 aholstrup1 requested a review from a team as a code owner January 30, 2024 10:20
@aholstrup1 aholstrup1 changed the title Support signing Business Central App files Support signing Dynamics Business Central App files Jan 31, 2024
@dtivel dtivel merged commit 7a14c94 into dotnet:main Feb 23, 2024
<Project>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" IncludeAssets="build" PrivateAssets="all" />
<PackageReference Include="Microsoft.Dynamics.BusinessCentral.Sip.Main" GeneratePathProperty="true" ExcludeAssets="All" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need a PrivateAssets="all"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for Business Central Apps

3 participants