-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make symbolsPath similar to default symbols path #48384
Conversation
Tagging subscribers to this area: @safern, @ViktorHofer Issue DetailsThis is part of ongoing effort to move things towards dotnet pack.
|
Curious, what's the ideal that we should aim for, i.e. snupkg? What is the default value of where symbol packages are currently stored? Don't know much about this which is why I'm asking these questions :) |
so dotnet pack when passed after this change it will be
yes i think that we have separate issue for tracking that work. However, the paths will be the same for snupkg and symbols.nupkg |
That should be fine, that is how it is in other repos if I remember correctly. We should just make sure that if we don't add the underlying symbols folder, that we exclude those from package testing, and from publishing the nupkgs.
I don't remember why we haven't used |
verified, these projects are already getting excluded from the package testing as there are no corresponding package reports for these packages. |
Approving assuming that you validated that official builds pick the symbol packages up and publish them correctly. |
builds are picking up the symbols and are publishing them using darc https://dev.azure.com/dnceng/internal/_build/results?buildId=1001388&view=results |
This is part of ongoing effort to move things towards dotnet pack.
Currently we put the symbols into a special folder packageOutputPath/symbols, but nuget pack doesnt provide any hook to change the symbols path so we are moving the symbols similar to the default behavior