From 04b859c0b163bd7bfff2a6eaa5d15328e87fb8d1 Mon Sep 17 00:00:00 2001 From: Alberto Spelta Date: Tue, 5 Dec 2023 10:46:09 +0100 Subject: [PATCH] Enable embedded debug symbols Allows file paths and line numbers to be included in stack traces. This helps troubleshoot errors when we get issues reported from exceptions. --- src/Dax.Template/Dax.Template.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Dax.Template/Dax.Template.csproj b/src/Dax.Template/Dax.Template.csproj index a982f48..98eb87c 100644 --- a/src/Dax.Template/Dax.Template.csproj +++ b/src/Dax.Template/Dax.Template.csproj @@ -31,8 +31,9 @@ https://github.com/sql-bi/DaxTemplate true true - true - snupkg + true + embedded + false true true