Remove codesign before bundling (#57532)
authorAndy Gocke <angocke@microsoft.com>
Tue, 17 Aug 2021 18:52:10 +0000 (11:52 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 18:52:10 +0000 (11:52 -0700)
commit84de9b678613675e0444b265905c82d33dae33a8
tree15c734cb7de10dfbd523cafb4912ca872d11f63d
parentf7ba49d726592baebed130b2006728518e53713a
Remove codesign before bundling (#57532)

* Remove codesign before bundling

* Change tests to sign by default and check for signing

* Use standard .NET style

Fixes #57242
src/installer/managed/Microsoft.NET.HostModel/AppHost/HostWriter.cs
src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs
src/installer/managed/Microsoft.NET.HostModel/HostModelUtils.cs [new file with mode: 0644]
src/installer/tests/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.cs
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleAndRun.cs