File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
env :
13
13
FSHARP_DIR : fsharp
14
14
FSF_DIR : FSharp.Formatting
15
- BUILDING_USING_DOTNET : true
16
15
17
16
jobs :
18
17
build :
@@ -39,14 +38,14 @@ jobs:
39
38
uses : actions/setup-dotnet@v3
40
39
with :
41
40
global-json-file : ${{ env.FSF_DIR }}/global.json
41
+ - name : Restore local FSharp.Core project in current repo
42
+ run : dotnet restore FSharp.Core/FSharp.Core.fsproj
42
43
- name : Build FSharp.Core in fsharp main
43
- run : dotnet build --restore src/FSharp.Core/FSharp.Core.fsproj
44
+ run : dotnet build src/FSharp.Core/FSharp.Core.fsproj /p:BUILDING_USING_DOTNET=true
44
45
working-directory : ${{ env.FSHARP_DIR }}
45
46
- name : Build FSharp.Formatting main
46
47
run : dotnet fsi ./build.fsx -t Build
47
48
working-directory : ${{ env.FSF_DIR }}
48
- - name : Restore local FSharp.Core project in current repo
49
- run : dotnet restore FSharp.Core/FSharp.Core.fsproj
50
49
- name : Run fsdocs
51
50
run : dotnet FSharp.Formatting/src/fsdocs-tool/bin/Release/net6.0/fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
52
51
- name : Deploy
You can’t perform that action at this time.
0 commit comments