From 50e8c2364fcafbce3f0e269607ff2134783186f8 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Fri, 28 Apr 2023 12:13:47 -0400 Subject: [PATCH] Fix encoding --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1d9c19..806f73a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ steps: FileNames: '**/*.csproj' InsertAttributes: true FileEncoding: 'utf-8' - WriteBOM: true + WriteBOM: false FailOnWarning: true Authors: 'Chris Kaczor' Copyright: 'Copyright $(date:YYYY) Chris Kaczor'