@@ -25,21 +25,21 @@ jobs:
2525 repository : dotnet/fsharp
2626 path : ${{ env.FSHARP_DIR }}
2727 ref : main
28- - name : Setup .NET for FSharp
29- uses : actions/setup-dotnet@v3
30- with :
31- global-json-file : ${{ env.FSHARP_DIR }}/global.json
32- - name : Restore tools
33- run : dotnet tool restore
28+ - name : Setup .NET for FSharp
29+ uses : actions/setup-dotnet@v3
30+ with :
31+ global-json-file : ${{ env.FSHARP_DIR }}/global.json
32+ - name : Restore tools
33+ run : dotnet tool restore
3434
35- - name : Build FCS
36- run : dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
37- working-directory : ${{ env.FSHARP_DIR }}
35+ - name : Build FCS
36+ run : dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
37+ working-directory : ${{ env.FSHARP_DIR }}
3838
39- - name : Run fsdocs
40- env :
41- # allow roll forward to latest major version - this would happen for us if we invoked the fsdocs tool instead of invoking the binary directly
42- DOTNET_ROLL_FORWARD : " LatestMajor"
43- # need previews because .NET 8 is what's being used at runtime
44- DOTNET_ROLL_FORWARD_TO_PRERELEASE : " 1"
45- run : dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs
39+ - name : Run fsdocs
40+ env :
41+ # allow roll forward to latest major version - this would happen for us if we invoked the fsdocs tool instead of invoking the binary directly
42+ DOTNET_ROLL_FORWARD : " LatestMajor"
43+ # need previews because .NET 8 is what's being used at runtime
44+ DOTNET_ROLL_FORWARD_TO_PRERELEASE : " 1"
45+ run : dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs
0 commit comments