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

Commits on Jun 27, 2022

  1. Update arcade to Preview 5 (#9769)

    * Update arcade to Preview 4
    
    * Update global.json
    
    * Update DotNetCli.props
    
    * Remove Debian 9 (EOL in 10 days), set ulimit -c to 0 to not spend time uploading dumps in arcade tests
    
    Co-authored-by: Matt Mitchell <[email protected]>
    MattGal and mmitche authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    53ee218 View commit details
    Browse the repository at this point in the history
  2. skip exe files (#9790)

    epananth authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    82b37b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Support wixpack signing in Sign.proj (#9721)

    * Support wixpack signing in Sign.proj
    Wixpacks were implemented for post-build signing to allow us to sign MSIs and bundles after the build was done. They are a separate zip file that contains the files necessary to reconstruct an installer. Prior to post-build signing, repositories producing installers typically signed the files going into the installer, then created the installer, then signed it. Potentially there were other stages for nested installers, dealing with bundles, etc.
    
    There is a push to add back in-build signing. The in-build staged installer creation/signing steps have been removed from some repos. Rather than add these back, it makes more sense to enable signing installer as part of the normal signing process, which happens just before the publish stage of the build. Here the files to be signed are analyzed, unpacked, signed, and repacked.
    
    To do this, we need a tweak to Arcade to send the path to the wix tooling to the sign task. If a repo produces no installers or wixpacks, this tooling will be unused.
    
    While doing this, I also unified some of the wix tooling packages in use to use the same version of the package.
    
    * Update eng/Versions.props
    
    Co-authored-by: AraHaan <[email protected]>
    
    * Update src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props
    
    Co-authored-by: AraHaan <[email protected]>
    
    * Revert "Update src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props"
    
    This reverts commit 8af4cc3.
    
    * Revert "Update eng/Versions.props"
    
    This reverts commit 5f2cab6.
    
    * Update property name to match new package name
    
    Co-authored-by: AraHaan <[email protected]>
    mmitche and AraHaan authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0ce6d6a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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

Commits on Jul 4, 2022

  1. [main] Update dependencies from dotnet/roslyn (#9812)

    [main] Update dependencies from dotnet/roslyn
    dotnet-maestro[bot] authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8aba01d View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks do…

    …tnet/arcade dotnet/sourcelink (#9810)
    
    [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    66cb5f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#9870)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    57e0f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    927f89f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f45238 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    4934d34 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

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

    …et/sourcelink (#9888)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7d08fdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e771d68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99f14f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78adce7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

    …et/sourcelink (#9907)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    94843f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. [main] Update dependencies from dotnet/xliff-tasks dotnet/sourcelink (#…

    …9928)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    a609abd View commit details
    Browse the repository at this point in the history
  2. Documentation about test reporting data (#9878)

    * Documentation about test reporting data
    
    * Added more information around datetime fields and how we perform the chi-squared analysis
    missymessa authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    579434b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54a00a8 View commit details
    Browse the repository at this point in the history
Loading