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/arcade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0ec8dba
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa4a480
Choose a head ref
  • 19 commits
  • 33 files changed
  • 12 contributors

Commits on Sep 6, 2021

  1. Deduplicate XHarness Apple/Android code in Helix SDK (#7840)

    Deduplicating how we parse metadata and create .zip archives in Helix SDK (debt from #7811)
    premun authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    7309c69 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotn…

    …et/sourcelink mono/linker dotnet/xharness (#7834)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink mono/linker dotnet/xharness
    dotnet-maestro[bot] authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    d70e912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e11251 View commit details
    Browse the repository at this point in the history
  3. Fix sourcelink repository url (#7844)

    * Fix sourcelink repository url
    
    When we updated the ScmRepositoryUrl to handle devdiv links, we never updated the version used in SourceRoot, which is used by sourcelink, and also needed to be updated to remove -trusted from the link. By not removing -trusted, the translation pattern can't identify the url as something that needs to be translated, and so just uses the azdo url. This change adds the code to remove -trusted to fix the issue.
    
    * Remove second item group
    michellemcdaniel authored Sep 7, 2021
    1 Configuration menu
    Copy the full SHA
    52cba79 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    527af90 View commit details
    Browse the repository at this point in the history
  2. Use ProductVersion.txt where possible (#7837)

    * Add ProductVersion.txt support where possible; get the version of the inner package from productVersion.txt, NOT from the specified version.  Allows "non-stable" outer container with "stable" inner contents
    
    #7836
    MattGal authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    efff425 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e6b160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27689e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89db4b3 View commit details
    Browse the repository at this point in the history
  6. Suppress CA2252 related warnings (#7846)

    Prashanth Govindarajan authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    74201f3 View commit details
    Browse the repository at this point in the history
  7. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#7843)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    ecea749 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae0ffc2 View commit details
    Browse the repository at this point in the history
  9. Remove Bundle override of DOTNETHOME (#7855)

    The bundle was passing in a hardcoded DOTNETHOME value unconditionally
    to MSIs in the chain.  This value doesn't have the redirection we're
    adding to the MSI.  We can't add that redirection in the bundle, since
    Burn doesn't have conditional variables.  It can only set variables as a
    result of a search to either the value of the search (if successful) or
    1/0.
    ericstj authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    20daa78 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Use 1ES pools (#7856)

    ulisesh authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    bc26132 View commit details
    Browse the repository at this point in the history
  2. [workloads] Allow disabling most parallelization (#7857)

    The changes in 7168d63 did fix Android msi generation issues for me
    locally, but CI attempts have still been failing.  A new `RunInParallel`
    task parameter has been added to allow consumers to opt-out of most
    parallelization until these issues are fixed.
    pjcollins authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    5aa9d32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06b4a81 View commit details
    Browse the repository at this point in the history
  4. Fix SourceLinkUrl calculation in another place (#7870)

    * Originally didn't fix it in both places, but also using [MSBuild]::ValueOrDefault() API
    * PR feedback: No longer need '%(SourceRoot.ScmRepositoryUrl)' != ''  when using ValueOrDefault
    MattGal authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e4bce71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2e719c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa4a480 View commit details
    Browse the repository at this point in the history
Loading