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 2626      - name : Setup .NET Core 
2727        uses : actions/setup-dotnet@v3 
2828        with :
29-           dotnet-version : 7.0.100 
29+           dotnet-version : | 
30+             7.0.100 
31+             7.0.202 
3032name : Restore tools 
3133        run : dotnet tool restore 
3234      - name : Restore projects 
3739          repository : dotnet/fsharp 
3840          path : ${{ env.FSHARP_DIR }} 
3941          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 
4244        working-directory : ${{ env.FSHARP_DIR }} 
4345      - name : Checkout FSharp.Formatting main 
4446        uses : actions/checkout@v3 
Original file line number Diff line number Diff line change 2121      - name : Setup .NET Core 
2222        uses : actions/setup-dotnet@v3 
2323        with :
24-           dotnet-version : 7.0.100 
24+           dotnet-version : | 
25+             7.0.100 
26+             7.0.202 
2527name : Restore tools 
2628        run : dotnet tool restore 
2729      - name : Restore projects 
3234          repository : dotnet/fsharp 
3335          path : ${{ env.FSHARP_DIR }} 
3436          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 
3739        working-directory : ${{ env.FSHARP_DIR }} 
3840      - name : Checkout FSharp.Formatting main 
3941        uses : actions/checkout@v3 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments