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/msbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3777dca
Choose a base ref
...
head repository: dotnet/msbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3bcada9
Choose a head ref
  • 13 commits
  • 44 files changed
  • 10 contributors

Commits on Nov 2, 2022

  1. Configure OptProf v2 pipeline (#8085)

    - Added the new `.yml` file for the OptProf v2 pipeline.
    - The `.runsettings` file was updated by using the custom template in the run settings generation task (instead using the default one). The default template used by the task is located [here](https://github.com/dotnet/arcade/blob/c5dd6a1da2e6d9b3423ab809fcda8af2927a408b/src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks/VisualStudio.IbcTraining.runsettings). I took it and updated with the `VisualStudioConfiguration` element. This element derived from value `VSINSTALLATIONTYPE = optprof` from the legacy OptProf pipeline.
    
    ### Testing
    - Pipeline test runs
    - Experimental VS insertion
    AR-May authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    99e2efb View commit details
    Browse the repository at this point in the history
  2. Enable producing reference assemblies (#8111)

    This change allows producing reference assemblies by default for both legacy and SDK project systems, since csproj.dll now supports them (Microsoft-internal https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1341885).
    YuliiaKovalova authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8016484 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Mention MSBUILDDEBUGENGINE in Tips&Tricks (#8089)

    * Mention MSBUILDDEBUGENGINE in Tips&Tricks
    
    Some folks were looking for this and found this page, but wound up IMing me because DEBUGENGINE wasn't here.
    
    * Casing!
    rainersigwald authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    07bf358 View commit details
    Browse the repository at this point in the history
  2. Remove wave 17_0 (#8096)

    * Remove wave 17_0
    Fix alignment, remove unnecessary method, delete unused variable
    Forgind authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d006033 View commit details
    Browse the repository at this point in the history
  3. Fixing overbuilding of platform negotiated projects (#8106)

    * Fixing overbuilding of platform negotiated projects
    
    Co-authored-by: Ben Villalobos <4691428+BenVillalobos@users.noreply.github.com>
    MIchaelRShea and benvillalobos authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    207f713 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. AsOrdered was removed (#8092)

    To address `MergeSortCooperatively` issues with thread starvation
    MichalPavlik authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    dd0d79b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db3013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85317ed View commit details
    Browse the repository at this point in the history
  4. Use EntryPointNodes in lieu of GraphRoots in GetTargetLists (#8… (

    #8101)
    
    * Use `EntryPointNodes` in lieu of `GraphRoots` in `GetTargetLists` (#8056)
    
    * Generify test case to default targets instead of Build & include
    AHelperOuter
    DmitriyShepelev authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b022904 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef13c2d View commit details
    Browse the repository at this point in the history
  6. Renaming TestCache2 test (#8130)

    * Renaming test
    rokonec authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    bbcecae View commit details
    Browse the repository at this point in the history
  7. Fix CodeQL bug about a zip slip (#8110)

    * Fix CodeQL bug
    * Remove slash
    * Move line outside loop
    Forgind authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b6420ea View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    3bcada9 View commit details
    Browse the repository at this point in the history
Loading