From 41ef6e2cac15af6411c96ab5f4f9d0bb67655695 Mon Sep 17 00:00:00 2001 From: Sarah Oslund Date: Wed, 9 Jun 2021 12:57:17 -0700 Subject: [PATCH] Adding SDK manifests vs package --- src/redist/targets/GenerateMSIs.targets | 22 +++++++++++++++++++ .../VS.Redist.Common.NetCore.Manifest.nuspec | 18 +++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/redist/targets/packaging/windows/clisdk/VS.Redist.Common.NetCore.Manifest.nuspec diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 4d4fb0032..29d519270 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -37,6 +37,9 @@ $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.SdkPlaceholder.$(Architecture).$(FullNugetVersion).nupkg $(MSBuildThisFileDirectory)packaging/windows/clisdk/VS.Tools.Net.Core.SDK.nuspec $(ArtifactsNonShippingPackagesDir)VS.Tools.Net.Core.SDK.$(Architecture).$(FullNugetVersion).nupkg + + $(MSBuildThisFileDirectory)packaging/windows/clisdk/VS.Redist.Common.NetCore.Manifest.nuspec + $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Manifest.$(Architecture).$(FullNugetVersion).nupkg $(ArtifactsDir)bin/SdkResolver/$(Configuration) $(MSBuildThisFileDirectory)packaging/windows/clisdk/VS.Tools.Net.Core.SDK.Resolver.nuspec @@ -451,6 +454,24 @@ + + + + + + + + VS.Redist.Common.NetCore.Manifest.$ARCH$ + 1.0.0 + VS.Redist.Common.NetCore.Manifest.$ARCH$ + Microsoft + Microsoft + https://www.microsoft.com/net/dotnet_library_license.htm + https://github.com/dotnet/core-sdk + true + .NET Core $MAJOR_MINOR$ SDK Manifests ($ARCH$) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption + © Microsoft Corporation. All rights reserved. + + + + +