We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570c3e commit d5e7cb9Copy full SHA for d5e7cb9
build.fsx
@@ -64,9 +64,9 @@ pipeline "Build" {
64
stage "RestoreTools" { run "dotnet tool restore" }
65
stage "Clean" { run (cleanFolders [| analysisReportsDir; "artifacts" |]) }
66
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" }
+ stage "Build" { run "dotnet build -c Release --tl" }
+ stage "UnitTests" { run "dotnet test -c Release --tl" }
+ stage "Pack" { run "dotnet pack --no-restore -c Release --tl" }
70
stage "Docs" {
71
whenNot { platformOSX }
72
envVars
0 commit comments