Add back in support for in-build signing. This is actually even simpler than it was before, because arcade added support for signing wixpacks. So there is no need to do the iterative sign->pack->sign->pack process that was previously common in any repo that creates an installer. Instead, the normal sign target in the arcade SDK build process will simply process all of the files to sign.
Post-build signing remains the default, but will be flipped once verification is complete
* Update dependencies from https://github.com/dotnet/arcade build 20220623.2
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
From Version 7.0.0-beta.22322.3 -> To Version 7.0.0-beta.22323.2
* Reference net7.0 version of BuildTasksInstallers assembly
* Remove backported arcade patch
* Remove patch that was for bootstrapping source-build
* Update dependencies from https://github.com/dotnet/arcade build 20220624.1
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
From Version 7.0.0-beta.22322.3 -> To Version 7.0.0-beta.22324.1
* Update dependencies from https://github.com/dotnet/arcade build 20220627.1
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
From Version 7.0.0-beta.22322.3 -> To Version 7.0.0-beta.22327.1
Dependency coherency updates
Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks
From Version 1.2.0-beta-22271-02 -> To Version 1.2.0-beta-22325-02 (parent: Microsoft.DotNet.Arcade.Sdk
* Revert "Remove patch that was for bootstrapping source-build"
This reverts commit eb2dc3d7c1e6f23e191e7c49279c3b25ebf023ff.
* Update fsharp System.Memory package version to 4.5.5
* Don't directly reference SCI and SCM 5.0.0 from SDK
* Add backport links to new source-build patches
* Update dependencies from https://github.com/dotnet/arcade build 20220627.2
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
From Version 7.0.0-beta.22322.3 -> To Version 7.0.0-beta.22327.2
Dependency coherency updates
Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks
From Version 1.2.0-beta-22271-02 -> To Version 1.2.0-beta-22325-02 (parent: Microsoft.DotNet.Arcade.Sdk
* Update source-build xml doc baseline
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
Co-authored-by: MichaelSimons <msimons@microsoft.com>