xamarin-macios/dotnet
Peter Collins 2af23dbdfc
[CI] Add Prepare Release and VS Insertion stages (again) (#12157)
Context: xamarin/yaml-templates#117

Updates the .NET 6 NuGet packaging steps to exclude package metadata,
as the .msi conversion tooling does not process .nupkg file names with
the +sha.commit metadata.

Two new stages have been added to facilitate the Visual Studio setup
authoring process.

The first stage named "Prepare Release" will sign the .NET 6 NuGet
package content (inside and out), convert relevant packages to .msi
installers, generate Visual Studio manifests for the .msi installers,
and push the signed packages to the xamarin-impl feed.

The new SignList.xml file is required for our NuGet signing templates.

The new xamarin-workload.props file contains version information
and other metadata required to generate a Visual Studio manifest.

The second stage starts with a manual validation task. This task
will pause and wait for someone to click a "Resume" or "Reject" button
that will appear on the pipeline UI. This task is configured to be
rejected after waiting for two days, but it can be manually re-ran at a
later date if we want to trigger VS insertion for an older build.

If the manual validation task is approved, a VS Drop will be created
containing all .NET 6 .msi files. This Drop URL can then be used to
update our component versions in Visual Studio. This last piece is
currently manual as we will initially be introducing new components,
however we should be able to automate VS PR creation in the future.

Commit 09f911b missed adding the
PR build check condition to a step in sign-and-notarized.yml, causing
PR builds from forks to fail. We can fix this by adding in the missing
condition.
2021-07-21 13:09:29 -04:00
..
Microsoft.MacCatalyst.Sdk [dotnet] Quote the path to the app when launching it. 2021-07-20 15:54:47 +02:00
Microsoft.iOS.Sdk [dotnet] Add a data/UnixFilePermissions.xml file to the sdk packs. Fixes #11860. (#11869) 2021-06-09 07:54:18 +02:00
Microsoft.iOS.Windows.Sdk [dotnet] Fix _DetectSdkLocations from Windows (#11451) 2021-05-06 07:42:43 +02:00
Microsoft.macOS.Sdk [dotnet] Quote the path to the app when launching it. 2021-07-20 15:54:47 +02:00
Microsoft.tvOS.Sdk [dotnet] Add a data/UnixFilePermissions.xml file to the sdk packs. Fixes #11860. (#11869) 2021-06-09 07:54:18 +02:00
Microsoft.watchOS.Sdk [dotnet] Reorder imports to account for that our targets are imported earlier in the build process. 2020-11-10 11:41:30 +01:00
Templates [dotnet] Enable nullability in template projects. (#12118) 2021-07-16 16:17:14 +02:00
Workloads [CI] Add Prepare Release and VS Insertion stages (again) (#12157) 2021-07-21 13:09:29 -04:00
package [dotnet/templates/tests] Update template code. (#12109) 2021-07-14 17:58:31 +02:00
targets [CI] Add Prepare Release and VS Insertion stages (again) (#12157) 2021-07-21 13:09:29 -04:00
.gitignore Mono changed the location of the AOT compiler, so we have to update our code accordingly. (#11789) 2021-06-04 08:34:32 +02:00
DefaultCompilationIncludes.md [msbuild] Add SceneKit assets to our items included by default. (#10053) 2020-11-06 08:11:25 +01:00
HIERARCHY.md [dotnet] rename workload to Microsoft.NET.Sdk._platform_.Manifest-6.0.100 (#11436) 2021-05-06 07:46:01 +02:00
Makefile [CI] Add Prepare Release and VS Insertion stages (again) (#12157) 2021-07-21 13:09:29 -04:00
PackageInfo.plist Fix typos in comments. 2020-10-19 10:38:11 +02:00
SingleProject.md [dotnet] Add support for some of the single-project MSBuild properties. (#10545) 2021-01-29 17:37:37 +01:00
VERSIONS.md Rename master to main. (#8851) 2020-06-16 15:51:44 +02:00
build-custom-runtime.sh [configure] Add option to use a locally built dotnet/runtime. (#11643) 2021-05-21 22:18:25 +02:00
generate-target-platforms.csharp Bump to .NET 5.0.100-rc.2.20459.1 (#9758) 2020-10-02 08:31:38 +02:00
generate-wix.csharp [dotnet] Package the workloads in a Windows installer (.msi) as well. (#9979) 2020-10-28 11:09:55 +01:00