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