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

Commits on Jul 19, 2021

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

    …/linker (#7641)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    de59b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cbe70f View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/xharness build 202…

    …10714.1 (#7642)
    
    [main] Update dependencies from dotnet/xharness
    dotnet-maestro[bot] authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    e97027c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. [main] Update dependencies from dotnet/arcade mono/linker (#7648)

    [main] Update dependencies from dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    b4f27c7 View commit details
    Browse the repository at this point in the history
  2. Include Dependency Frameworks in set of TFMs considered for package t…

    …esting (#7645)
    
    * Include Dependency Frameworks in set of TFMs considered for package testing.
    
    * Add test for raising test frameworks from dependency groups.
    ericstj authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d314438 View commit details
    Browse the repository at this point in the history
  3. Update Build Retry Documentation (#7644)

    * Build Retry
    
    * update build retry doc
    AlitzelMendez authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d74d98d View commit details
    Browse the repository at this point in the history
  4. Enable or disable telemetry (#7638)

    * turn off telemetry
    
    * add turnOffTelemetry to task
    
    * typo
    
    * Added some comments
    
    * review comments
    
    * remove comments
    
    * test fix
    
    * Test
    
    * last time
    
    * Updated comments
    
    * merge conflict
    
    * test
    
    * rename variable
    
    * comments
    
    * review comments
    
    * minor fix
    
    * comment
    epananth authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    89806f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Support custom commands in Android XHarness SDK (#7582)

    - Adds support for `<CustomCommands>` in Android flows
    - Changes Android windows payload script from `.bat` to `.ps1`
    - Allows to re-use 1 app for multiple work items but different inputs (and specify work item name)
    - Adds tests for custom commands
    - De-duplicates common code unit test projects
    - Makes unit tests work in non-ci runs
    premun authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    dc5deb1 View commit details
    Browse the repository at this point in the history
  2. Fix TestPLatformApplies for MacCatalyst/iOS (#7655)

    Since dotnet/runtime@14854e2 the IsOSPlatform API returns true for "iOS" on MacCatalyst platforms.
    
    This caused a few iOS-specific tests to fail in dotnet/runtime.
    akoeplinger authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    007b584 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono…

    …/linker (#7653)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono/linker
    dotnet-maestro[bot] authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    828107d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

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

    …20210721.1 (#7656)
    
    [main] Update dependencies from dotnet/xliff-tasks
    dotnet-maestro[bot] authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    5a60f9c View commit details
    Browse the repository at this point in the history
  3. Add internal runtime args to source build template (#7659)

    These need to be passed through to correct restore an internal runtime.
    
    This is a follow-on to a previous attempt (#7587). The two changes from that are:
    - Use the eng/common/build.sh variation of runtimesourcefeed/runtimesourcefeedkey (without -'s)
    - Determine whether the MSRC variable is actually set before adding the args.
    mmitche authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d5177c5 View commit details
    Browse the repository at this point in the history
  4. Fix installation for library and template packs (#7651)

    * Fix installation for library and template packs
    
    * Enable generating SWIX project for manifest installers
    
    * Make SDK Version/Manifest ID optional
    
    * Clean up formatting
    joeloff authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    6224d1b View commit details
    Browse the repository at this point in the history
Loading