dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.59k stars 1.03k forks source link

Many tools in the SDK repo are producing packages #40871

Open ericstj opened 1 month ago

ericstj commented 1 month ago

Describe the bug

I wasn't sure if it was intentional or not, but many test projects in this repo are producing packages.

To Reproduce

Examine the build artifacts for a build and notice that many packages for test projects are produced.

Those seem to also be published to AzDo feeds. https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet9-transport

marcpopMSFT commented 1 month ago

This is expected. We produce our tests as .net tools to be used in the installer repo. The plan is to get rid of that once we have tests working in SDK post-repo merge.