Quantcast
Channel: dotnet publish CLI exclude .pdb - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by lonix for dotnet publish CLI exclude .pdb

To disable .pdb files only for release, add this to your Project.csproj:<PropertyGroup...

View Article



Answer by ProgrammingLlama for dotnet publish CLI exclude .pdb

According to this GitHub issue, there are two ways you can disable symbols.You can either edit the .csproj file to add these two...

View Article

dotnet publish CLI exclude .pdb

In .NET 7, I do:dotnet publish --self-contained --configuration Release --runtime win7-x64 --output myappHow do I prevent .pdb files in the result? Ideally, just using the CLI?Are there any additional...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images