From a98d01cd1a1b2f29923fa26f5daafd82651bfd85 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 27 Aug 2020 16:06:30 -0700 Subject: [PATCH 1/2] Add light/lit command packages This adds light command package generation to aspnetcore. After build of a wix project, generate a light package based off of the inputs that are sent to light.exe/lit.exe. --- eng/Version.Details.xml | 4 +++ eng/Versions.props | 2 ++ .../SharedFrameworkLib.wixproj | 19 ++++++++++ src/Installers/Windows/Wix.props | 8 +++++ src/Installers/Windows/Wix.targets | 35 +++++++++++++++++++ 5 files changed, 68 insertions(+) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db9cc55f62af..03c32c23f6e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -317,6 +317,10 @@ https://github.com/dotnet/arcade 56a95cc477558c1ccdf16d7abe962849ea970ba4 + + https://github.com/dotnet/arcade + 56a95cc477558c1ccdf16d7abe962849ea970ba4 + https://github.com/dotnet/arcade 56a95cc477558c1ccdf16d7abe962849ea970ba4 diff --git a/eng/Versions.props b/eng/Versions.props index 9c2fd0000ebc..97225f87efea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -142,6 +142,8 @@ 5.0.0-rc.1.20425.4 5.0.0-rc.1.20425.4 5.0.0-rc.1.20425.4 + + 5.0.0-beta.20419.21 + + + + + + + + diff --git a/src/Installers/Windows/Wix.props b/src/Installers/Windows/Wix.props index c9b7565fe873..b3ad64d7ada4 100644 --- a/src/Installers/Windows/Wix.props +++ b/src/Installers/Windows/Wix.props @@ -28,4 +28,12 @@ $(RepoRoot)\src\Installers\Windows\GenerateNugetPackageWithMsi.ps1 + + + + $(ArtifactsObjDir)/WixCommandPackages + + $(ArtifactsNonShippingPackagesDir) + + diff --git a/src/Installers/Windows/Wix.targets b/src/Installers/Windows/Wix.targets index 17b41491fafc..ec321d4c41a6 100644 --- a/src/Installers/Windows/Wix.targets +++ b/src/Installers/Windows/Wix.targets @@ -24,6 +24,18 @@ $(Version);$(Platform);$(VersionSuffix);$(_BuildNumberLabels) + + + + + + $(NuGetPackageRoot)microsoft.dotnet.build.tasks.installers\$(MicrosoftDotNetBuildTasksInstallersPackageVersion)\tools\netcoreapp2.0\Microsoft.DotNet.Build.Tasks.Installers.dll + $(NuGetPackageRoot)microsoft.dotnet.build.tasks.installers\$(MicrosoftDotNetBuildTasksInstallersPackageVersion)\tools\net472\Microsoft.DotNet.Build.Tasks.Installers.dll + + + + + @@ -72,4 +84,27 @@ + + + + + + + + + From 63bea08ffbfabff4161f0e52c4b456eb38a3c777 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 28 Aug 2020 15:39:30 -0700 Subject: [PATCH 2/2] Update Versions.props --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 3580d934e70e..55227ddf306b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -145,7 +145,7 @@ 5.0.0-rc.1.20428.3 - 5.0.0-beta.20419.21 + 5.0.0-beta.20427.5