Skip to content

Commit acb2a50

Browse files
authored
Remove the corext overlay packages as they're not used anymore as far as we know (dotnet#42326)
2 parents dd17db2 + 394ccb0 commit acb2a50

File tree

4 files changed

+0
-80
lines changed

4 files changed

+0
-80
lines changed

src/Installer/redist-installer/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.cxspec

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Installer/redist-installer/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.nuspec

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Installer/redist-installer/packaging/windows/VS.Tools.Net.Core.SDK.nuspec

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Installer/redist-installer/targets/GenerateMSIs.targets

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@
2626
<ToolsetInstallerNupkgFile>$(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Toolset.$(Architecture).$(FullNugetVersion).nupkg</ToolsetInstallerNupkgFile>
2727
<SdkPlaceholderInstallerNuspecFile>$(SdkPkgSourcesRootDirectory)/VS.Redist.Common.NetCore.SdkPlaceholder.nuspec</SdkPlaceholderInstallerNuspecFile>
2828
<SdkPlaceholderInstallerNupkgFile>$(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.SdkPlaceholder.$(Architecture).$(FullNugetVersion).nupkg</SdkPlaceholderInstallerNupkgFile>
29-
<VSToolsNuspecFile>$(SdkPkgSourcesRootDirectory)/VS.Tools.Net.Core.SDK.nuspec</VSToolsNuspecFile>
30-
<VSToolsNupkgFile>$(ArtifactsNonShippingPackagesDir)VS.Tools.Net.Core.SDK.$(Architecture).$(FullNugetVersion).nupkg</VSToolsNupkgFile>
3129

3230
<SdkResolverLayoutPath>$(ArtifactsDir)bin/SdkResolver/$(Configuration)</SdkResolverLayoutPath>
33-
<VSToolsResolverNuspecFile>$(SdkPkgSourcesRootDirectory)/VS.Tools.Net.Core.SDK.Resolver.nuspec</VSToolsResolverNuspecFile>
34-
<VSToolsResolverNupkgFile>$(ArtifactsNonShippingPackagesDir)VS.Tools.Net.Core.SDK.Resolver.nupkg</VSToolsResolverNupkgFile>
3531

3632
<SdkMSBuildExtensionsNuspecFile>$(SdkPkgSourcesRootDirectory)/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec</SdkMSBuildExtensionsNuspecFile>
3733
<SdkMSBuildExtensionsNupkgFile>$(ArtifactsNonShippingPackagesDir)VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.$(FullNugetVersion).nupkg</SdkMSBuildExtensionsNupkgFile>
@@ -441,41 +437,6 @@
441437
</ItemGroup>
442438
</Target>
443439

444-
<Target Name="GenerateVSToolsNupkg"
445-
DependsOnTargets="GenerateLayout;MsiTargetsSetupInputOutputs"
446-
Condition=" '$(OS)' == 'Windows_NT' and '$(Architecture)' == 'x86' "
447-
Inputs="$(RedistLayoutPath)/**/*;
448-
$(VSToolsNuspecFile);
449-
$(GenerateNupkgPowershellScript)"
450-
Outputs="$(VSToolsNupkgFile)">
451-
<Exec Command="powershell -NoProfile -NoLogo $(GenerateNupkgPowershellScript) ^
452-
'$(ArtifactsDir)' ^
453-
'$(RedistLayoutPath.TrimEnd('\'))' ^
454-
'$(FullNugetVersion)' ^
455-
'$(VSToolsNuspecFile)' ^
456-
'$(VSToolsNupkgFile)' ^
457-
'$(Architecture)'" />
458-
</Target>
459-
460-
<!--
461-
This project references assets from multiple architectures, so it can't be built until we have a join point job that can pull assets from multiple legs.
462-
https://github.com/dotnet/source-build/issues/4336
463-
-->
464-
<Target Name="GenerateVSToolsResolverNupkg"
465-
DependsOnTargets="GenerateLayout;MsiTargetsSetupInputOutputs"
466-
Condition=" '$(OS)' == 'Windows_NT' and '$(Architecture)' == 'x86' And '$(DotNetBuild)' != 'true'"
467-
Inputs="$(SdkResolverLayoutPath)/**/*;
468-
$(VSToolsResolverNuspecFile);
469-
$(GenerateNupkgPowershellScript)"
470-
Outputs="$(VSToolsResolverNupkgFile)">
471-
<Exec Command="powershell -NoProfile -NoLogo $(GenerateNupkgPowershellScript) ^
472-
'$(ArtifactsDir)' ^
473-
'$(SdkResolverLayoutPath.TrimEnd('\'))' ^
474-
'$(FullNugetVersion)' ^
475-
'$(VSToolsResolverNuspecFile)' ^
476-
'$(VSToolsResolverNupkgFile)'" />
477-
</Target>
478-
479440
<Target Name="GenerateSdkMSBuildExtensionsNupkg"
480441
DependsOnTargets="GenerateLayout;GenerateMSBuildExtensions;MsiTargetsSetupInputOutputs"
481442
Condition=" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' "
@@ -527,8 +488,6 @@
527488
GenerateToolsetNupkg;
528489
GenerateTemplatesNupkgs;
529490
GenerateSdkPlaceholderNupkg;
530-
GenerateVSToolsNupkg;
531-
GenerateVSToolsResolverNupkg;
532491
GenerateSdkMSBuildExtensionsNupkg;
533492
GenerateVSTemplateLocatorNupkg"
534493
Condition=" '$(OS)' == 'Windows_NT' and '$(Architecture)' != 'arm' " />

0 commit comments

Comments
 (0)