Skip to content

Commit

Permalink
skip fantomas formatting because of NuGet bug that will be fixed in .…
Browse files Browse the repository at this point in the history
…NET SDK 9.0.101
  • Loading branch information
baronfel committed Nov 19, 2024
1 parent b1f2960 commit 729646c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ let purgeBinLogCache () =

let restoreStage =
stage "restore" {
run "dotnet tool restore"
// TODO: can uncomment this after .NET SDK 9.0.101 releases
// run "dotnet tool restore"
run "dotnet restore --locked-mode"
}

Expand All @@ -20,7 +21,8 @@ let buildStage =

pipeline "Build" {
restoreStage
stage "lint" { run "dotnet fantomas . --check" }
// TODO: can uncomment this after .NET SDK 9.0.101 releases
// stage "lint" { run "dotnet fantomas . --check" }
stage "build" { run "dotnet build -c Release --no-restore -maxCpuCount" }
stage "test" {
purgeBinLogCache ()
Expand Down

0 comments on commit 729646c

Please sign in to comment.