Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 91288f1

Browse files
committed
chore: regenerate tools
1 parent 8e663e2 commit 91288f1

File tree

53 files changed

+1
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1
-53
lines changed

source/Nuke.Common/Tools/AzureSignTool/AzureSignTool.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.AzureSignTool;
2020
/// <summary><p>Azure Sign Tool is similar to <c>signtool</c> in the Windows SDK, with the major difference being that it uses Azure Key Vault for performing the signing process. The usage is like <c>signtool</c>, except with a limited set of options for signing and options for authenticating to Azure Key Vault.</p><p>For more details, visit the <a href="https://github.com/vcsjones/AzureSignTool">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class AzureSignToolTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/BenchmarkDotNet/BenchmarkDotNet.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.BenchmarkDotNet;
2020
/// <summary><p>Powerful .NET library for benchmarking</p><p>For more details, visit the <a href="https://benchmarkdotnet.org/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class BenchmarkDotNetTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/Boots/Boots.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.Boots;
2020
/// <summary><p>boots is a .NET global tool for <c>bootstrapping</c> <c>vsix</c> and <c>pkg</c> files.</p><p>For more details, visit the <a href="https://github.com/jonathanpeppers/boots">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class BootsTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/Chocolatey/Chocolatey.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.Chocolatey;
2020
/// <summary><p>Chocolatey has the largest online registry of Windows packages. Chocolatey packages encapsulate everything required to manage a particular piece of software into one deployment artifact by wrapping installers, executables, zips, and/or scripts into a compiled package file.</p><p>For more details, visit the <a href="https://chocolatey.org/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[PathToolRequirement(PathExecutable)]
2423
[PathTool(Executable = PathExecutable)]
2524
public partial class ChocolateyTasks : ToolTasks, IRequirePathTool
2625
{

source/Nuke.Common/Tools/CodeMetrics/CodeMetrics.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.CodeMetrics;
2020
/// <summary><p>Code metrics is a set of software measures that provide developers better insight into the code they are developing. By taking advantage of code metrics, developers can understand which types and/or methods should be reworked or more thoroughly tested. Development teams can identify potential risks, understand the current state of a project, and track progress during software development.</p><p>For more details, visit the <a href="https://docs.microsoft.com/en-us/visualstudio/code-quality/code-metrics-values">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class CodeMetricsTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/Codecov/Codecov.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.Codecov;
2020
/// <summary><p>Code coverage is a measurement used to express which lines of code were executed by a test suite. We use three primary terms to describe each line executed.<para/><ul><li>hit - indicates that the source code was executed by the test suite.</li><li>partial - indicates that the source code was not fully executed by the test suite; there are remaining branches that were not executed.</li><li>miss - indicates that the source code was not executed by the test suite.</li></ul><para/>Coverage is the ratio of <c>hits / (sum of hit + partial + miss)</c>. A code base that has 5 lines executed by tests out of 12 total lines will receive a coverage ratio of 41% (rounding down).<para/>Phrased simply, code coverage provides a visual measurement of what source code is being executed by a test suite. This information indicates to the software developer where they should write new tests in an effort to achieve higher coverage.<para/>Testing source code helps to prevent bugs and syntax errors by executing each line with a known variable and cross-checking it with an expected output.</p><p>For more details, visit the <a href="https://about.codecov.io/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId)]
2524
public partial class CodecovTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/CorFlags/CorFlags.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.CorFlags;
2020
/// <summary><p>The CorFlags Conversion tool allows you to configure the CorFlags section of the header of a portable executable image.</p><p>For more details, visit the <a href="https://docs.microsoft.com/en-us/dotnet/framework/tools/corflags-exe-corflags-conversion-tool">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[PathToolRequirement(PathExecutable)]
2423
[PathTool(Executable = PathExecutable)]
2524
public partial class CorFlagsTasks : ToolTasks, IRequirePathTool
2625
{

source/Nuke.Common/Tools/CoverallsNet/CoverallsNet.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.CoverallsNet;
2020
/// <summary><p>Coveralls uploader for .Net Code coverage of your C# source code. Should work with any code files that get reported with the supported coverage tools, but the primary focus is CSharp.</p><p>For more details, visit the <a href="https://coverallsnet.readthedocs.io">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class CoverallsNetTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/Coverlet/Coverlet.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace Nuke.Common.Tools.Coverlet;
2121
/// <summary><p><c>Coverlet</c> is a cross platform code coverage library for .NET Core, with support for line, branch and method coverage.The <c>dotnet test</c> command is used to execute unit tests in a given project. Unit tests are console application projects that have dependencies on the unit test framework (for example, MSTest, NUnit, or xUnit) and the dotnet test runner for the unit testing framework. These are packaged as NuGet packages and are restored as ordinary dependencies for the project.</p><p>For more details, visit the <a href="https://github.com/tonerdo/coverlet/">official website</a>.</p></summary>
2222
[PublicAPI]
2323
[ExcludeFromCodeCoverage]
24-
[NuGetPackageRequirement(PackageId)]
2524
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2625
public partial class CoverletTasks : ToolTasks, IRequireNuGetPackage
2726
{

source/Nuke.Common/Tools/DocFX/DocFX.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.DocFX;
2020
/// <summary><p>DocFX is an API documentation generator for .NET, and currently it supports C# and VB. It generates API reference documentation from triple-slash comments in your source code. It also allows you to use Markdown files to create additional topics such as tutorials and how-tos, and to customize the generated reference documentation. DocFX builds a static HTML website from your source code and Markdown files, which can be easily hosted on any web servers (for example, <em>github.io</em>). Also, DocFX provides you the flexibility to customize the layout and style of your website through templates. If you are interested in creating your own website with your own styles, you can follow <a href="http://dotnet.github.io/docfx/tutorial/howto_create_custom_template.html">how to create custom template</a> to create custom templates.</p><p>For more details, visit the <a href="https://dotnet.github.io/docfx/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class DocFXTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/Docker/Docker.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.Docker;
2020
/// <summary><p>Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production.</p><p>For more details, visit the <a href="https://www.docker.com/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[PathToolRequirement(PathExecutable)]
2423
[PathTool(Executable = PathExecutable)]
2524
public partial class DockerTasks : ToolTasks, IRequirePathTool
2625
{

source/Nuke.Common/Tools/DotCover/DotCover.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.DotCover;
2020
/// <summary><p>dotCover is a .NET unit testing and code coverage tool that works right in Visual Studio, helps you know to what extent your code is covered with unit tests, provides great ways to visualize code coverage, and is Continuous Integration ready. dotCover calculates and reports statement-level code coverage in applications targeting .NET Framework, Silverlight, and .NET Core.</p><p>For more details, visit the <a href="https://www.jetbrains.com/dotcover">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId)]
2524
public partial class DotCoverTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/DotMemoryUnit/DotMemoryUnit.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.DotMemoryUnit;
2020
/// <summary><p>dotMemory Unit is a unit testing framework which allows you to write tests that check your code for all kinds of memory issues. You can now extend NUnit, MSTest or another .NET unit testing framework with the functionality of a memory profiler.<para/>Perfect fit for any workflow: integrated with Visual Studio, works with stand-alone unit test runners, Continuous Integration ready. Last but not least, dotMemory Unit is free.</p><p>For more details, visit the <a href="https://www.jetbrains.com/dotmemory/unit/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class DotMemoryUnitTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.DotNet;
2020
/// <summary><p>For more details, visit the <a href="https://docs.microsoft.com/en-us/dotnet/core/tools/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[PathToolRequirement(PathExecutable)]
2423
[PathTool(Executable = PathExecutable)]
2524
public partial class DotNetTasks : ToolTasks, IRequirePathTool
2625
{

source/Nuke.Common/Tools/DotnetPackaging/DotnetPackaging.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.DotnetPackaging;
2020
/// <summary><p>DotnetPackaging is able to package your application into various formats, including Deb and AppImage.</p><p>For more details, visit the <a href="https://github.com/superjmn/dotnetpackaging">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class DotnetPackagingTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/EntityFramework/EntityFramework.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.EntityFramework;
2020
/// <summary><p>The command-line interface (CLI) tools for Entity Framework Core perform design-time development tasks. For example, they create migrations, apply <a href="https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/migrations?view=aspnetcore-2.0#introduction-to-migrations">migrations</a>, and generate code for a model based on an existing database. The commands are an extension to the cross-platform <a href="https://docs.microsoft.com/en-us/dotnet/core/tools">dotnet</a> command, which is part of the <a href="https://www.microsoft.com/net/core">.NET Core SDK</a>. These tools work with .NET Core projects.<para/>If you're using Visual Studio, we recommend the <a href="https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/powershell">Package Manager Console tools</a> instead:<para/><ul><li>They automatically work with the current project selected in the Package Manager Console without requiring that you manually switch directories.</li><li>They automatically open files generated by a command after the command is completed.</li></ul></p><p>For more details, visit the <a href="https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class EntityFrameworkTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/Fixie/Fixie.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.Fixie;
2020
/// <summary><p>Fixie is a .NET modern test framework similar to NUnit and xUnit, but with an emphasis on low-ceremony defaults and flexible customization.</p><p>For more details, visit the <a href="https://fixie.github.io/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class FixieTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/Git/Git.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.Git;
2020
/// <summary><p>Git is a <a href="https://git-scm.com/about/free-and-open-source">free and open source</a> distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is <a href="https://git-scm.com/documentation">easy to learn</a> and has a <a href="https://git-scm.com/about/small-and-fast">tiny footprint with lightning fast performance</a>. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like <a href="https://git-scm.com/about/branching-and-merging">cheap local branching</a>, convenient <a href="https://git-scm.com/about/staging-area">staging areas</a>, and <a href="https://git-scm.com/about/distributed">multiple workflows</a>.</p><p>For more details, visit the <a href="https://git-scm.com/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[PathToolRequirement(PathExecutable)]
2423
[PathTool(Executable = PathExecutable)]
2524
public partial class GitTasks : ToolTasks, IRequirePathTool
2625
{

source/Nuke.Common/Tools/GitLink/GitLink.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.GitLink;
2020
/// <summary><p>GitLink makes symbol servers obsolete which saves you both time with uploading source files with symbols and the user no longer has to specify custom symbol servers (such as symbolsource.org). The advantage of GitLink is that it is fully customized for Git. It also works with GitHub or BitBucket urls so it does not require a local git repository to work. This makes it perfectly usable in continuous integration servers such as Continua CI. Updating all the pdb files is very fast. A solution with over 85 projects will be handled in less than 30 seconds. When using GitLink, the user no longer has to specify symbol servers. The only requirement is to ensure the check the Enable source server support option in Visual Studio.</p><p>For more details, visit the <a href="https://github.com/GitTools/GitLink/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class GitLinkTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/GitReleaseManager/GitReleaseManager.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.GitReleaseManager;
2020
/// <summary><p>GitReleaseManager is a tool that will help create a set of release notes for your application/product. It does this using the collection of issues which are stored on the GitHub Issue Tracker for your application/product.<para/>By inspecting the issues that have been assigned to a particular milestone, GitReleaseManager creates a set of release notes, in markdown format, which are then used to create a Release on GitHub.<para/>In addition to creating a Release, GitReleaseManager can be used to publish a release, close a milestone, and also to export the complete set of release notes for your application/product.</p><p>For more details, visit the <a href="https://gitreleasemanager.readthedocs.io">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class GitReleaseManagerTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/GitVersion/GitVersion.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.GitVersion;
2020
/// <summary><p>GitVersion is a tool to help you achieve Semantic Versioning on your project.</p><p>For more details, visit the <a href="http://gitversion.readthedocs.io/en/stable/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class GitVersionTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/Helm/Helm.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.Helm;
2020
/// <summary><p>For more details, visit the <a href="https://helm.sh/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[PathToolRequirement(PathExecutable)]
2423
[PathTool(Executable = PathExecutable)]
2524
public partial class HelmTasks : ToolTasks, IRequirePathTool
2625
{

source/Nuke.Common/Tools/ILRepack/ILRepack.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.ILRepack;
2020
/// <summary><p>ILRepack is meant at replacing <a href="https://github.com/dotnet/ILMerge">ILMerge</a> / <a href="https://evain.net/blog/articles/2006/11/06/an-introduction-to-mono-merge">Mono.Merge</a>.<para/>The former being closed-source (<a href="https://github.com/Microsoft/ILMerge">now open-sourced</a>), impossible to customize, slow, resource consuming and many more. The later being deprecated, unsupported, and based on an old version of Mono.Cecil.<para/>Here we're using latest (slightly modified) Cecil sources (0.9), you can find the fork <a href="https://github.com/gluck/cecil">here</a>. Mono.Posix is also required (build only, it gets merged afterwards) for executable bit set on target file.</p><p>For more details, visit the <a href="https://github.com/gluck/il-repack#readme">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId, Executable = PackageExecutable)]
2524
public partial class ILRepackTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/InnoSetup/InnoSetup.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.InnoSetup;
2020
/// <summary><p>Inno Setup is a free installer for Windows programs by Jordan Russell and Martijn Laan. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.</p><p>For more details, visit the <a href="http://www.jrsoftware.org/isinfo.php">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[PathToolRequirement(PathExecutable)]
2423
[PathTool(Executable = PathExecutable)]
2524
public partial class InnoSetupTasks : ToolTasks, IRequirePathTool
2625
{

source/Nuke.Common/Tools/Kubernetes/Kubernetes.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.Kubernetes;
2020
/// <summary><p>For more details, visit the <a href="https://kubernetes.io/">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[PathToolRequirement(PathExecutable)]
2423
[PathTool(Executable = PathExecutable)]
2524
public partial class KubernetesTasks : ToolTasks, IRequirePathTool
2625
{

source/Nuke.Common/Tools/MSpec/MSpec.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.MSpec;
2020
/// <summary><p>MSpec is called a 'context/specification' test framework because of the 'grammar' that is used in describing and coding the tests or 'specs'.</p><p>For more details, visit the <a href="https://github.com/machine/machine.specifications">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[NuGetPackageRequirement(PackageId)]
2423
[NuGetTool(Id = PackageId)]
2524
public partial class MSpecTasks : ToolTasks, IRequireNuGetPackage
2625
{

source/Nuke.Common/Tools/MakeNsis/MakeNSIS.Generated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Nuke.Common.Tools.MakeNSIS;
2020
/// <summary><p>NSIS creates installers that are capable of installing, uninstalling, setting system settings, extracting files, etc. Because it's based on script files you can fully control every part of your installer.</p><p>For more details, visit the <a href="https://nsis.sourceforge.io/Docs/Contents.html">official website</a>.</p></summary>
2121
[PublicAPI]
2222
[ExcludeFromCodeCoverage]
23-
[PathToolRequirement(PathExecutable)]
2423
[PathTool(Executable = PathExecutable)]
2524
public partial class MakeNSISTasks : ToolTasks, IRequirePathTool
2625
{

0 commit comments

Comments
 (0)