diff --git a/src/app/Fake.DotNet.Cli/CreateProcessExt.fs b/src/app/Fake.DotNet.Cli/CreateProcessExt.fs index f6b5afad4c0..4390b3cd02e 100644 --- a/src/app/Fake.DotNet.Cli/CreateProcessExt.fs +++ b/src/app/Fake.DotNet.Cli/CreateProcessExt.fs @@ -156,7 +156,7 @@ module CreateProcessDotNetExt = /// let withToolType (toolType: ToolType) (c: CreateProcess<_>) = match toolType with - | ToolType.FullFramework _ -> c |> CreateProcess.withFramework + | ToolType.FullFramework -> c |> CreateProcess.withFramework | ToolType.FrameworkDependentDeployment dotnetOptions -> // dotnet ToolPath (can be a dll) c |> DotNet.prefixProcess dotnetOptions.Options [ c.Command.Executable ] | ToolType.SelfContainedDeployment // just ToolPath