Skip to content

Commit

Permalink
Don't restore tool during Init pipeline. (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf authored Apr 14, 2023
1 parent dfc29ff commit d3f2daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ let downloadCompilerFile commitHash relativePath =

pipeline "Init" {
workingDir __SOURCE_DIRECTORY__
stage "RestoreTools" { run "dotnet tool restore" }
stage "Download FCS files" {
run (fun _ ->
[| "src/Compiler/FSComp.txt"
Expand Down

0 comments on commit d3f2daa

Please sign in to comment.