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
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
If debug symbols are produced at all, default to always including them
The default should not depend on the project configuration, and rather on the inclusion of
outputs instead. Whether or not there are symbols to include would by default depend on
whether they were generated in the first place instead, which is a more sensible default.
Copy file name to clipboardExpand all lines: src/Build/NuGet.Build.Packaging.Tasks/NuGet.Build.Packaging.Inference.targets
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Copyright (c) .NET Foundation. All rights reserved.
27
27
<!-- Whether to include @(BuiltProjectOutputGroupOutput), @(DocumentationProjectOutputGroupOutput) and @(SatelliteDllsProjectOutputGroupOutput) items in the package -->
0 commit comments