Skip to content

Commit

Permalink
provide deeper path so other dlls aren't processed
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Oct 6, 2023
1 parent d1af0f2 commit 4239885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pipeline "Build" {
[| "DOTNET_ROLL_FORWARD_TO_PRERELEASE", "1"
"DOTNET_ROLL_FORWARD", "LatestMajor" |]
run
"dotnet fsharp-analyzers --project ./src/Fantomas.Benchmarks/Fantomas.Benchmarks.fsproj --analyzers-path ./.analyzerpackages --verbose"
"dotnet fsharp-analyzers --project ./src/Fantomas.Benchmarks/Fantomas.Benchmarks.fsproj --analyzers-path ./.analyzerpackages/g-research.fsharp.analyzers/ --verbose"
}
stage "UnitTests" { run "dotnet test -c Release" }
stage "Pack" { run "dotnet pack --no-restore -c Release -o ./bin" }
Expand Down

0 comments on commit 4239885

Please sign in to comment.