Skip to content

Commit d5e7cb9

Browse files
committed
--tl baby!
1 parent 0570c3e commit d5e7cb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.fsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ pipeline "Build" {
6464
stage "RestoreTools" { run "dotnet tool restore" }
6565
stage "Clean" { run (cleanFolders [| analysisReportsDir; "artifacts" |]) }
6666
stage "CheckFormat" { run "dotnet fantomas src docs build.fsx --check" }
67-
stage "Build" { run "dotnet build -c Release" }
68-
stage "UnitTests" { run "dotnet test -c Release" }
69-
stage "Pack" { run "dotnet pack --no-restore -c Release" }
67+
stage "Build" { run "dotnet build -c Release --tl" }
68+
stage "UnitTests" { run "dotnet test -c Release --tl" }
69+
stage "Pack" { run "dotnet pack --no-restore -c Release --tl" }
7070
stage "Docs" {
7171
whenNot { platformOSX }
7272
envVars

0 commit comments

Comments
 (0)