File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
tests/FSharpLint.FunctionalTest Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ jobs:
152152 </configuration>
153153 EOF
154154 - name : Install FSharpLint from downloaded binaries
155- run : dotnet tool install --global dotnet- fsharplint --prerelease --framework net8.0
155+ run : dotnet tool install --global fsharplint --prerelease --framework net8.0
156156 - name : Add .NET tools to PATH
157157 run : echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
158158 - name : Lint FSharpLint.Console project (net8.0 only)
159- run : dotnet fsharplint lint ./src/FSharpLint.Console/FSharpLint.Console.fsproj --framework net8.0
159+ run : fsharplint lint ./src/FSharpLint.Console/FSharpLint.Console.fsproj --framework net8.0
Original file line number Diff line number Diff line change 99 <PackageTags >F#;fsharp;lint;FSharpLint;fslint;cli</PackageTags >
1010 <PackageType >DotNetCliTool</PackageType >
1111 <PackAsTool >true</PackAsTool >
12- <AssemblyName >dotnet- fsharplint</AssemblyName >
12+ <AssemblyName >fsharplint</AssemblyName >
1313 <RootNamespace >FSharpLint.Console</RootNamespace >
1414 <IsPackable >true</IsPackable >
1515 <RollForward >Major</RollForward >
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module Tests =
3939 |> Seq.sortByDescending _. Name
4040 |> Seq.tryHead
4141 match dllDir with
42- | Some dir -> dir.FullName </> " dotnet- fsharplint.dll"
42+ | Some dir -> dir.FullName </> " fsharplint.dll"
4343 | None -> failwithf " No target framework folder found in %s " binDir.FullName
4444
4545 let startInfo = ProcessStartInfo
You can’t perform that action at this time.
0 commit comments