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: b7279bb
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 46ad27d
Choose a head ref
  • 17 commits
  • 23 files changed
  • 9 contributors

Commits on Apr 22, 2021

  1. Update SDK to preview 3 (#7254)

    * Update SDK to preview 3
    
    * Update aspnet runtime version
    
    * Resolve conflicts
    mmitche authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c336c96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f38c4b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

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

Commits on Apr 25, 2021

  1. Dead code cleanup (#7276)

    * Removing dead code from packaging tasks
    
    * mend
    ericstj authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    e75fdd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks do…

    …tnet/arcade mono/linker (#7290)
    
    [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    68bead8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfd2d59 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    cca78ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e694a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    67737ae View commit details
    Browse the repository at this point in the history
  2. Don't fail if AzdoApiToken or ArtifactsBasePath are empty if UseStrea…

    …mingPublishing is false (#7308)
    
    These are not required if not using streaming publishing, as is the case when publishing post-build signed assets
    mmitche authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    7736546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1044f0 View commit details
    Browse the repository at this point in the history
  4. Update Maestro.Tasks package version (#7311)

    Update Maestro.Tasks version to pick up changes for dotnet/core-eng#12911
    MattGal authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    62ba476 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Disable windows pdb verification by default (#7315)

    * Disable windows pdb verification by default
    When we publish symbols, they are published without windows pdb conversion. This happens on release day
    Avoid checking for windows PDBs by default. Still available via switch.
    
    * Fix some formatting
    mmitche authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    d8c3fb6 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade dotnet/sourcelink mono/…

    …linker (#7305)
    
    [main] Update dependencies from dotnet/arcade dotnet/sourcelink mono/linker
    dotnet-maestro[bot] authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    67f4230 View commit details
    Browse the repository at this point in the history
  3. Fail the work item when the azure pipelines upload fails (#7310)

    * Fail the work item when the azure pipelines upload fails
    
    * global
    alexperovich authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    197aa6b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    8d5c0ee View commit details
    Browse the repository at this point in the history
  2. Unescape the XmlEscape method from XUnit (#7323)

    XUnit applies some custom escaping to this particular field.
    This code is the closest we can come to correctly reversing it so
    that it can render normally.
    
    It will produce incorrect results if a control character is followed
    by valid hex digits, but there is no way to avoid that, and it should
    be relatively rare for raw control characters to appear in error messages.
    ChadNedzlek authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    46ad27d View commit details
    Browse the repository at this point in the history
Loading