File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 repository : dotnet/fsharp
3838 path : ${{ env.FSHARP_DIR }}
3939 ref : main
40- - name : Build fsharp main (turn of CI build status)
41- run : eng\CIBuild.cmd -noVisualStudio
40+ - name : Build FSharp.Core in fsharp main
41+ run : dotnet build .\src\FSharp.Core\ /p:BUILDING_USING_DOTNET=true
4242 working-directory : ${{ env.FSHARP_DIR }}
4343 - name : Checkout FSharp.Formatting main
4444 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 3232 repository : dotnet/fsharp
3333 path : ${{ env.FSHARP_DIR }}
3434 ref : main
35- - name : Build fsharp main (turn of CI build status)
36- run : eng\CIBuild.cmd -noVisualStudio
35+ - name : Build FSharp.Core in fsharp main
36+ run : dotnet build .\src\FSharp.Core\ /p:BUILDING_USING_DOTNET=true
3737 working-directory : ${{ env.FSHARP_DIR }}
3838 - name : Checkout FSharp.Formatting main
3939 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments