TeamCity List of Third-Party NuGet Packages
Similar to this question on SO - https://stackoverflow.com/questions/38796941/in-teamcity-is-there-a-way-to-list-all-nuget-packages-used-by-all-projects, there used to be a tab that listed all third-party NuGet packages used in that particular build. This seems to be missing in version 2022.10.2 (build 117025). Is there a way to get this information?
Please sign in to leave a comment.
Upon further investigation, the NuGet tab appears to ONLY show up with builds that use the Visual Studio runner (yes, it's deprecated). Anything that we have that is a .NET Core application does not have the tab.
https://youtrack.jetbrains.com/issue/TW-52117
https://youtrack.jetbrains.com/issue/TW-52327
Awesome, thank you!!!