-
Notifications
You must be signed in to change notification settings - Fork 378
Comparing changes
Open a pull request
base repository: dotnet/arcade
base: 91630b3
head repository: dotnet/arcade
compare: ea0a0a2
- 11 commits
- 20 files changed
- 10 contributors
Commits on Feb 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0514eb4 - Browse repository at this point
Copy the full SHA 0514eb4View commit details
Commits on Feb 10, 2025
-
1ESPT auto baselining (#15501)
Co-authored-by: MerlinBot <[email protected]> Co-authored-by: GitOps <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb54ddb - Browse repository at this point
Copy the full SHA cb54ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ce3e6 - Browse repository at this point
Copy the full SHA b8ce3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 483985e - Browse repository at this point
Copy the full SHA 483985eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c80f519 - Browse repository at this point
Copy the full SHA c80f519View commit details
Commits on Feb 11, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0b37fa0 - Browse repository at this point
Copy the full SHA 0b37fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb9979d - Browse repository at this point
Copy the full SHA cb9979dView commit details
Commits on Feb 12, 2025
-
Attempt to fix SignTool hanging by properly disposing of process and …
…reading streams asynchronously (#15510)
Configuration menu - View commit details
-
Copy full SHA for c7b4cf2 - Browse repository at this point
Copy the full SHA c7b4cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for caa0982 - Browse repository at this point
Copy the full SHA caa0982View commit details
Commits on Feb 13, 2025
-
Add cache for AzurePipelinesCredential (#15515)
Co-authored-by: Pavel Purma <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cbad4e - Browse repository at this point
Copy the full SHA 1cbad4eView commit details -
Add .NET Experimental Internal channel (#15512)
Co-authored-by: Ricardo Arenas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea0a0a2 - Browse repository at this point
Copy the full SHA ea0a0a2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 91630b3...ea0a0a2