File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,20 +25,21 @@ Eventually the build will just be
2525
2626For now, we make a fresh build of FSharp.Compiler.Service.
2727
28- (start in fsharp-conpiler-docs)
29- dotnet restore fsharp-conpiler-docs
28+ (start in fsharp-compiler-docs)
29+ dotnet restore FSharp.Compiler.Service
30+ dotnet tool restore
3031
31- (make fsharp-conpiler -docs/fsharp)
32+ (make fsharp-compiler -docs/fsharp)
3233 git clone https://github.com/dotnet/fsharp --depth 1 -b main
3334
34- (build fsharp-conpiler -docs)
35+ (build fsharp-compiler -docs/fsharp )
3536 pushd fsharp
36- .\ build -noVisualStudio
37+ dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
3738 popd
3839
3940Then do iterative development using:
4041
41- (from fsharp-conpiler -docs)
42+ (from fsharp-compiler -docs)
4243 dotnet fsdocs watch --sourcefolder fsharp --input fsharp/docs
4344
4445## CI Pipeline
You can’t perform that action at this time.
0 commit comments