You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dotnet-sdk-internal installers (msi & pkg) are meant for VS consumption. They are redistributes inside the VS.Redist.Common.Toolset package and therefore the installer don't need to get published. We should avoid that to save storage.
The work here would mean not generating the installers under ArtifactsNonShippingPackagesDir. Any other directory that doesn't get published is fine.
The text was updated successfully, but these errors were encountered:
The
dotnet-sdk-internal
installers (msi & pkg) are meant for VS consumption. They are redistributes inside theVS.Redist.Common.Toolset
package and therefore the installer don't need to get published. We should avoid that to save storage.The work here would mean not generating the installers under
ArtifactsNonShippingPackagesDir
. Any other directory that doesn't get published is fine.The text was updated successfully, but these errors were encountered: