Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/fsharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3044166cd9
Choose a base ref
...
head repository: dotnet/fsharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 44f5feb139
Choose a head ref
  • 1 commit
  • 19 files changed
  • 2 contributors

Commits on Sep 26, 2024

  1. Switch to new VMR control set (#17703) (port from main) (#17788)

    * Now that fsharp is on 9.0, we can switch to the new control set. Generally:
    - DotNetBuildFromSource -> DotNetBuildSourceOnly - Building a source-only build.
    - DotnetBuildFromSourceFlavor == Product -> DotNetBuildOrchestrator == true - Building in the VMR, could be source-only or MS's build.
    - ArcadeBuildFromSource -> DotNetBuildRepo == true -> Indicates an outer repo build.
    - ExcludeFromSourceBuild -> ExcludeFromSourceOnlyBuild
    
    * Split out source build args
    
    * Split out source build args
    
    * Remove unnecessary source build env var set
    
    * Add properties to the bootstrap compiler build
    
    * BuildRepo -> BuildInnerRepo
    
    * Only build proto repo in inner build
    
    * Additional VMR properties for completeness
    
    * Rename sourcebuild.props -> dotnetbuild.props
    
    ---------
    
    Co-authored-by: Petr <psfinaki@users.noreply.github.com>
    mmitche and psfinaki authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    44f5feb View commit details
    Browse the repository at this point in the history
Loading