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

Commits on Nov 18, 2021

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

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    589631d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7097001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ade4f45 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Update dependencies from https://github.com/dotnet/arcade build 20211…

    …118.2 (#8201)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    0376f39 View commit details
    Browse the repository at this point in the history
  2. Fix InitializeDotNetCli call in darc-init.sh (#8190)

    In the ps1 script, we set install to true, but in the sh script, we weren't, so tools.sh would see that install is not set, and assume dotnet was already installed in the expected place, which isn't true. This change adds true to the InitializeDotNetCli call so that dotnet will be installed if needed when running darc-init.sh
    michellemcdaniel authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    8a6b818 View commit details
    Browse the repository at this point in the history
  3. Add support for creating alternate aka.ms links (#8194)

    * Allow Publishing to create alternate aka.ms links for installer/sdk
    
    We want to be able to not only specify -Channel 7.0.1xx to install the sdk from daily links, but also -Channel 7.0. In order to do this, we need to be able to create multiple aka.ms links for repos that publish to the SDK channels.
    
    This change adds the "AlternateAkaMSChannelName" property to TargetChannelConfig and "AlternateShortUrlPrefix" to TargetFeedConfig. We then use this alternate prefix, when it exists, to create an additional aka.ms link in the LatestLinksManager.
    
    * Testing
    
    * Fix a few things
    
    * Undo testing changes
    
    * Strengthen condition
    
    * Address feedback
    
    * Finish addressing feedback
    
    * Undo
    
    * remove leftovers
    
    * Remove extra new line
    michellemcdaniel authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    9746377 View commit details
    Browse the repository at this point in the history
Loading