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 15
15
16
16
jobs :
17
17
build :
18
- runs-on : ubuntu -latest
18
+ runs-on : windows -latest
19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
- name : Checkout fsharp main
@@ -39,15 +39,15 @@ jobs:
39
39
with :
40
40
global-json-file : ${{ env.FSF_DIR }}/global.json
41
41
- name : Restore local FSharp.Core project in current repo
42
- run : dotnet restore FSharp.Core/ FSharp.Core.fsproj
42
+ run : dotnet restore FSharp.Core\ FSharp.Core.fsproj
43
43
- name : Build FSharp.Core in fsharp main
44
- run : dotnet build src/ FSharp.Core/ FSharp.Core.fsproj /p:BUILDING_USING_DOTNET=true
44
+ run : dotnet build src\ FSharp.Core\ FSharp.Core.fsproj /p:BUILDING_USING_DOTNET=true
45
45
working-directory : ${{ env.FSHARP_DIR }}
46
46
- name : Build FSharp.Formatting main
47
47
run : dotnet fsi ./build.fsx -t Build
48
48
working-directory : ${{ env.FSF_DIR }}
49
49
- name : Run fsdocs
50
- run : dotnet FSharp.Formatting/ src/ fsdocs-tool/ bin/ Release/ net6.0/ fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
50
+ run : dotnet FSharp.Formatting\ src\ fsdocs-tool\ bin\ Release\ net6.0\ fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
51
51
- name : Deploy
52
52
uses : peaceiris/actions-gh-pages@v3
53
53
with :
You can’t perform that action at this time.
0 commit comments