From bc0af251088dc1c636944c57bd02e1c0989bca3c Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 14 Nov 2025 12:54:13 +0100 Subject: [PATCH] Remove Debug signing and add Azure cloud signing Signed-off-by: Simon Rozman --- include/Debug.props | 5 ----- include/Release.props | 9 ++++++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/include/Debug.props b/include/Debug.props index adb4e1f..39af962 100644 --- a/include/Debug.props +++ b/include/Debug.props @@ -22,9 +22,4 @@ false - - - - - \ No newline at end of file diff --git a/include/Release.props b/include/Release.props index 79e8e58..dd233f4 100644 --- a/include/Release.props +++ b/include/Release.props @@ -28,9 +28,12 @@ true - - - + + + + + + \ No newline at end of file