fix(dotnet-format): use system dotnet and dotnet binary
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
7bed0443f7
commit
1eb0a0b0ed
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@
|
||||||
- id: dotnet-format
|
- id: dotnet-format
|
||||||
name: dotnet format
|
name: dotnet format
|
||||||
description: Format .NET sources with ‹dotnet format›.
|
description: Format .NET sources with ‹dotnet format›.
|
||||||
entry: dotnet-format
|
entry: dotnet format
|
||||||
args:
|
args:
|
||||||
- "--include"
|
- "--include"
|
||||||
language: dotnet
|
language: system
|
||||||
types_or:
|
types_or:
|
||||||
- c#
|
- c#
|
||||||
- vb
|
- vb
|
||||||
|
|
Loading…
Reference in a new issue