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: 91630b31ce
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea0a0a28cc
Choose a head ref
  • 11 commits
  • 20 files changed
  • 10 contributors

Commits on Feb 9, 2025

  1. Update blob storage use

    richlander authored Feb 9, 2025
    Configuration menu
    Copy the full SHA
    0514eb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. 1ESPT auto baselining (#15501)

    Co-authored-by: MerlinBot <[email protected]>
    Co-authored-by: GitOps <[email protected]>
    3 people authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    cb54ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ce3e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    483985e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c80f519 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Fix DEB Conflicts property (#15504)

    `dotnet-host` Debian installer is failing to install with the following error:
    ```
    dpkg: error processing archive dotnet-host-10.0.0-preview.2.25106.109-x64.deb (--install):
    parsing file '/var/lib/dpkg/tmp.ci/control' near line 10 package 'dotnet-host':
    'Conflicts' field, missing architecture name, or garbage where architecture name expected
    Errors were encountered while processing:
    ```
    
    This was introduced with new Debian packaging infra. `Conflicts` property is not evaluated correctly at https://github.com/dotnet/arcade/blob/c80f5199af3eb3ebf00ca30ec4fa3af93faf0439/src/Microsoft.DotNet.Build.Tasks.Installers/build/installer.build.targets#L233-L239 which then causes an extra `:` to be appended to the `Conflicts` value in control file. In case of `dotnet-host`, the value is: `dotnet, dotnet-nightly:`
    
    `Controls` property gets added to Debian control file at https://github.com/dotnet/arcade/blob/c80f5199af3eb3ebf00ca30ec4fa3af93faf0439/src/Microsoft.DotNet.Build.Tasks.Installers/src/CreateControlFile.cs#L74
    
    The fix is simple - I've tested the new package and it was installed without issues.
    NikolaMilosavljevic authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    0b37fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb9979d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Attempt to fix SignTool hanging by properly disposing of process and …

    …reading streams asynchronously (#15510)
    ellahathaway authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    c7b4cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa0982 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Add cache for AzurePipelinesCredential (#15515)

    Co-authored-by: Pavel Purma <[email protected]>
    pavel-purma and Pavel Purma authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    1cbad4e View commit details
    Browse the repository at this point in the history
  2. Add .NET Experimental Internal channel (#15512)

    Co-authored-by: Ricardo Arenas <[email protected]>
    mmitche and riarenas authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    ea0a0a2 View commit details
    Browse the repository at this point in the history
Loading