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
I added /p:ContinuousIntegrationBuild=true /p:EmbedUntrackedSources=true to dotnet pack.
I removed <DebugType>Full</DebugType> from csproj
I changed publish file mask to *.symbols.nupkg as there can only be one package per version and before I published *.nupkg which may publish the packages without symbols depending on order
im not sure why it worked locally without these changes but I dont care as it finally works
im using dotnet 8.0.2 SDK and im using Microsoft.SourceLink.AzureRepos.Git version 8.0.0
when running dotnet pack .csproj /p:Configuration=Release /p:Version=8.0.0.** --include-symbols locally it is working fine.
when the same command is run on the buildagent it produces a diffrent result:
why is the ouput different?
The text was updated successfully, but these errors were encountered: