File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010# Icon must end with two \r
1111Icon
1212
13+ # Temporary folders
14+ [Tt ]emp /
1315
1416# Thumbnails
1517._ *
@@ -554,4 +556,4 @@ FodyWeavers.xsd
554556# fsdocs
555557tmp
556558.fsdocs
557- output
559+ output
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pipeline "Build" {
2929 }
3030 stage " sample" {
3131 run
32- " dotnet run --project src/FSharp.Analyzers.Cli/FSharp.Analyzers.Cli.fsproj -- --project ./samples/OptionAnalyzer/OptionAnalyzer.fsproj --analyzers-path ./artifacts/bin/OptionAnalyzer/release --verbosity d"
32+ " dotnet run --project src/FSharp.Analyzers.Cli/FSharp.Analyzers.Cli.fsproj -- --project ./samples/OptionAnalyzer/OptionAnalyzer.fsproj --analyzers-path ./artifacts/bin/OptionAnalyzer/release --verbosity d --binlog-path temp/binlogs "
3333 }
3434 stage " docs" { run " dotnet fsdocs build --properties Configuration=Release --eval --clean --strict" }
3535 runIfOnlySpecified false
You can’t perform that action at this time.
0 commit comments