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: 8b21423
Choose a head ref
  • 19 commits
  • 36 files changed
  • 8 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

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    c1268c5 View commit details
    Browse the repository at this point in the history
  2. Update mac x64 installer script arch detection (#7913)

    * Update mac x64 installer script arch detection
    
    * Add comments to x64 machine detection script
    sfoslund authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    1397940 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

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

    …tnet/arcade dotnet/linker (#7907)
    
    [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks dotnet/arcade dotnet/linker
    dotnet-maestro[bot] authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ec4c077 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/roslyn (#7888)

    [main] Update dependencies from dotnet/roslyn
    dotnet-maestro[bot] authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ae26772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5df4f90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f959b45 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    d522ec2 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#7920)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    88279c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b72b1 View commit details
    Browse the repository at this point in the history
  4. Copy emulator log in case of 85 error (#7922)

    * copy emulator log in case of 85 error
    
    * Apply suggestions from code review
    
    Co-authored-by: Přemek Vysoký <premek.vysoky@microsoft.com>
    
    Co-authored-by: Přemek Vysoký <premek.vysoky@microsoft.com>
    Katya Sokolova and premun authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    44d5fbe View commit details
    Browse the repository at this point in the history
  5. Add conditional to OneLocBuild example template (#7903)

    Just to make sure people do it right
    jonfortescue authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9a1aa97 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    ec51c9f View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/xliff-tasks build …

    …20210921.1 (#7935)
    
    [main] Update dependencies from dotnet/xliff-tasks
    dotnet-maestro[bot] authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    fcb87df View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …921.3 (#7937)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8b21423 View commit details
    Browse the repository at this point in the history
Loading