Skip to content

Commit 0e5e19f

Browse files
committed
Only build FSharp.Core
1 parent 4e511d2 commit 0e5e19f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
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

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
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

0 commit comments

Comments
 (0)