File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 26
26
- name : Setup .NET Core
27
27
uses : actions/setup-dotnet@v3
28
28
with :
29
- dotnet-version : 7.0.100
29
+ dotnet-version : |
30
+ 7.0.100
31
+ 7.0.202
30
32
- name : Restore tools
31
33
run : dotnet tool restore
32
34
- name : Restore projects
37
39
repository : dotnet/fsharp
38
40
path : ${{ env.FSHARP_DIR }}
39
41
ref : main
40
- - name : Build fsharp main (turn of CI build status)
41
- run : eng\CIBuild.cmd -noVisualStudio
42
+ - name : Build FSharp.Core in fsharp main
43
+ run : dotnet build .\src\FSharp.Core\ /p:BUILDING_USING_DOTNET=true
42
44
working-directory : ${{ env.FSHARP_DIR }}
43
45
- name : Checkout FSharp.Formatting main
44
46
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 21
21
- name : Setup .NET Core
22
22
uses : actions/setup-dotnet@v3
23
23
with :
24
- dotnet-version : 7.0.100
24
+ dotnet-version : |
25
+ 7.0.100
26
+ 7.0.202
25
27
- name : Restore tools
26
28
run : dotnet tool restore
27
29
- name : Restore projects
32
34
repository : dotnet/fsharp
33
35
path : ${{ env.FSHARP_DIR }}
34
36
ref : main
35
- - name : Build fsharp main (turn of CI build status)
36
- run : eng\CIBuild.cmd -noVisualStudio
37
+ - name : Build FSharp.Core in fsharp main
38
+ run : dotnet build .\src\FSharp.Core\ /p:BUILDING_USING_DOTNET=true
37
39
working-directory : ${{ env.FSHARP_DIR }}
38
40
- name : Checkout FSharp.Formatting main
39
41
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments