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

Commits on Sep 14, 2021

  1. [workloads] Add ProjectUrl to msi packs (#7898)

    We ran into some publishing issues today due to a missing ProjectUrl:
    
        Policy violations: The package metadata is missing required ProjectUrl.
    
    Fix this by reading and including any existing ProjectUrl content from
    the .nupkg that the .msi was originally generated from.
    pjcollins authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    8685acb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    d9ae62d View commit details
    Browse the repository at this point in the history
  2. Support Apple app bundle signing for already archived payloads (#7864)

    When user provides an already archived application (or more), we need to inject the provisioning profile in each of the app bundles inside of the archive. This was not supported.
    
    If there are no app bundles (might be built as part of the Helix work item), we only store the profile in the root of the payload.
    premun authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    0786cff View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#7895)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    92957be View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Adding x64 emulation support for pkg installers (#7893)

    * Adding x64 emulation support for pkg installers
    
    * PR feedback
    
    * PR feedback
    sfoslund authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    734d875 View commit details
    Browse the repository at this point in the history
Loading