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: d7da80d
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3233c41
Choose a head ref
  • 8 commits
  • 25 files changed
  • 6 contributors

Commits on Jan 26, 2021

  1. Rename ios to apple when working with XHarness (#6856)

    XHarness changed naming of things in dotnet/xharness#400 and we just follow in the SDK
    premun authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    29ae7a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    c81c7e1 View commit details
    Browse the repository at this point in the history
  2. Add iOS/tvOS signing capability to Helix SDK (XHarness) (#6823)

    Adds the possibility to target real Apple devices and sign the applications before deploying them using XHarness.
    
    The signing process requires certificates to be placed on each Helix machine in a KeyChain and a provisioning profile from netcorenativeassets that is embedded into the application.
    
    Integration testing will be coming soon
    
    - The `OSX.1015.Amd64.Iphone.Open` queue is already populated with signing certificates and is ready to start signing
    - The `OSX.1015.Amd64.AppleTV.Open` will be ready soon (#11675)
    
    Resolves dotnet/core-eng#11678
    premun authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    afd54cd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. [master] Update dependencies from dotnet/xliff-tasks dotnet/xharness (#…

    …6860)
    
    * Update dependencies from https://github.com/dotnet/xliff-tasks build 20210126.1
    
    XliffTasks
     From Version 1.0.0-beta.21073.1 -> To Version 1.0.0-beta.21076.1
    
    * Update dependencies from https://github.com/dotnet/xharness build 20210126.2
    
    Microsoft.DotNet.XHarness.CLI
     From Version 1.0.0-prerelease.21076.1 -> To Version 1.0.0-prerelease.21076.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    d9dd167 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …126.1 (#6867)
    
    [master] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    f77f3b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa450e5 View commit details
    Browse the repository at this point in the history
  4. Remove load of guardian configuration from sdl-tool-cfg (#6864)

    * removed load of guardian configuration from sdl-tool-cfg
    
    * clean up of commented block of code
    jakubstilec authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    0e5bd28 View commit details
    Browse the repository at this point in the history
  5. If a custom HostJsonTargetPath is specified, use that folder for reso…

    …lving files to include in the deps file. (#6869)
    
    Fixes crossgen2 failures.
    jkoritzinsky authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    3233c41 View commit details
    Browse the repository at this point in the history
Loading