diff --git a/eng/Signing.props b/eng/Signing.props index 26491b99d1..0e8b87b4dd 100644 --- a/eng/Signing.props +++ b/eng/Signing.props @@ -24,6 +24,8 @@ + + + + + + $(InstallersOutputPath)$(PackageFileName) + + + diff --git a/src/Installers/Windows/TargetingPack/TargetingPackPackage.nuspec b/src/Installers/Windows/TargetingPack/TargetingPackPackage.nuspec new file mode 100644 index 0000000000..51f4a304e4 --- /dev/null +++ b/src/Installers/Windows/TargetingPack/TargetingPackPackage.nuspec @@ -0,0 +1,18 @@ + + + + VS.Redist.Common.AspNetCore.TargetingPack.$ARCH$.$MAJOR$.$MINOR$ + 1.0.0 + VS.Redist.Common.AspNetCore.TargetingPack.$ARCH$.$MAJOR$.$MINOR$ + Microsoft + Microsoft + https://www.microsoft.com/net/dotnet_library_license.htm + https://github.com/aspnet/aspnetcore + true + $MAJOR$.$MINOR$ ASP.NET Core TargetingPack ($ARCH$) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption + © Microsoft Corporation. All rights reserved. + + + + + \ No newline at end of file diff --git a/src/Installers/Windows/Wix.props b/src/Installers/Windows/Wix.props index a76eaf631d..c9b7565fe8 100644 --- a/src/Installers/Windows/Wix.props +++ b/src/Installers/Windows/Wix.props @@ -25,6 +25,7 @@ $(DefineConstants);files=$(MSBuildThisFileDirectory)files $(DefineConstants);Culture=$(Cultures) + $(RepoRoot)\src\Installers\Windows\GenerateNugetPackageWithMsi.ps1 diff --git a/src/SiteExtensions/build.cmd b/src/SiteExtensions/build.cmd index 8535c444d2..b8b980af6f 100644 --- a/src/SiteExtensions/build.cmd +++ b/src/SiteExtensions/build.cmd @@ -24,4 +24,4 @@ IF %ERRORLEVEL% NEQ 0 ( EXIT /b %ErrorLevel% ) -ECHO SiteExtensions successly built! \ No newline at end of file +ECHO SiteExtensions successly built!