Skip to content

Commit

Permalink
Change some src file to trigger Deployment workflow. (Heleonix#78)
Browse files Browse the repository at this point in the history
* Change some src file to trigger Deployment workflow.

* Cleanup hxbproj
  • Loading branch information
hennadiilu authored Jan 29, 2024
1 parent 45190ca commit 7edede4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions HxBuild.hxbproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@
<ItemGroup>
<Hx_OpenCover_ExcludeDirs Include="$(Hx_WS_Dir)/Hx_Artifacts/Hx_NetBuild/test/Heleonix.Build.Tests/bin/Release/net7.0/Heleonix.Build/**"/>
</ItemGroup>
<PropertyGroup>
<Hx_OpenCover_MinClassCoverage>60</Hx_OpenCover_MinClassCoverage>
<Hx_OpenCover_MinMethodCoverage>60</Hx_OpenCover_MinMethodCoverage>
<Hx_OpenCover_MinBranchCoverage>60</Hx_OpenCover_MinBranchCoverage>
<Hx_OpenCover_MinLineCoverage>60</Hx_OpenCover_MinLineCoverage>
</PropertyGroup>
</Target>
</Project>
2 changes: 1 addition & 1 deletion src/Heleonix.Build/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 7edede4

Please sign in to comment.