From 7edede4137206b668a20315538134c96d3b84722 Mon Sep 17 00:00:00 2001 From: Hennadii Date: Mon, 29 Jan 2024 22:01:59 +0200 Subject: [PATCH] Change some src file to trigger Deployment workflow. (#78) * Change some src file to trigger Deployment workflow. * Cleanup hxbproj --- HxBuild.hxbproj | 6 ------ src/Heleonix.Build/GlobalSuppressions.cs | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/HxBuild.hxbproj b/HxBuild.hxbproj index 8df64f2..9b15e09 100644 --- a/HxBuild.hxbproj +++ b/HxBuild.hxbproj @@ -3,11 +3,5 @@ - - 60 - 60 - 60 - 60 - diff --git a/src/Heleonix.Build/GlobalSuppressions.cs b/src/Heleonix.Build/GlobalSuppressions.cs index bf73010..a3cbd51 100644 --- a/src/Heleonix.Build/GlobalSuppressions.cs +++ b/src/Heleonix.Build/GlobalSuppressions.cs @@ -5,5 +5,5 @@ using System.Diagnostics.CodeAnalysis; -[assembly: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1623:Property summary documentation should match accessors", Justification = "MSBuild tasks are not like regular classes.", Scope = "module")] +[assembly: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1623:Property summary documentation should match accessors", Justification = "MSBuild tasks are not like library classes.", Scope = "module")] [assembly: SuppressMessage("Minor Code Smell", "S101:Types should be named in PascalCase", Justification = "The Hx_ prefix in class names is used to avoid task name conflicts in MSBuild scripts.", Scope = "module")]