Skip to content

Commit 7b9d2f9

Browse files
committed
Add binlog-path option to sample run command and update .gitignore for temp folders
1 parent e5eb980 commit 7b9d2f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# Icon must end with two \r
1111
Icon
1212

13+
# Temporary folders
14+
[Tt]emp/
1315

1416
# Thumbnails
1517
._*
@@ -554,4 +556,4 @@ FodyWeavers.xsd
554556
# fsdocs
555557
tmp
556558
.fsdocs
557-
output
559+
output

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)