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

Commit 564ca06

Browse files
matkochronaldvanmanen
authored andcommitted
fixes
1 parent 96983a0 commit 564ca06

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

source/Nuke.Common/Tools/ClangSharpPInvokeGenerator/ClangSharpPInvokeGenerator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"help": "A file to parse and generate bindings for."
4242
},
4343
{
44-
"name": "FileDirectory",
44+
"name": "FileDirectories",
4545
"type": "List<string>",
4646
"format": "--file-directory {value}",
4747
"help": "The base path for files to parse."
4848
},
4949
{
50-
"name": "HeaderFile",
50+
"name": "HeaderFiles",
5151
"type": "List<string>",
5252
"format": "--headerFile {value}",
5353
"help": "A file which contains the header to prefix every generated file with."

source/Nuke.Tooling/ProcessExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ public static IProcess AssertNonNegativeExitCode(
4848
process.AssertWaitForExit();
4949

5050
if (process.ExitCode < 0)
51-
{
5251
throw new ProcessException(process);
53-
}
5452

5553
return process;
5654
}

0 commit comments

Comments
 (0)