From 029ce1415eb5e9fe33ebea5b69cfc645899dc023 Mon Sep 17 00:00:00 2001 From: David Federman Date: Thu, 16 Apr 2026 11:33:45 -0700 Subject: [PATCH] Switch from snupkg to embedded PDBs - Replace IncludeSymbols/SymbolPackageFormat with DebugType=embedded - Remove dead GetSnupkgSignNuGetPackFiles signing target Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Directory.Build.props | 3 +-- src/BuildPrediction/Microsoft.Build.Prediction.csproj | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4c3389e..5e83ab1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -54,8 +54,7 @@ true true - true - snupkg + embedded diff --git a/src/BuildPrediction/Microsoft.Build.Prediction.csproj b/src/BuildPrediction/Microsoft.Build.Prediction.csproj index 16cd9ec..2ea0227 100644 --- a/src/BuildPrediction/Microsoft.Build.Prediction.csproj +++ b/src/BuildPrediction/Microsoft.Build.Prediction.csproj @@ -23,10 +23,4 @@ - - - - - -