-
Notifications
You must be signed in to change notification settings - Fork 383
Comparing changes
Open a pull request
base repository: dotnet/arcade
base: a7c57ab
head repository: dotnet/arcade
compare: fecf65b
- 11 commits
- 29 files changed
- 7 contributors
Commits on Nov 5, 2021
-
Improve exception logging while publishing to blob storage (#8134)
There can still be errors while uploading files to blob storage, even after confirming that the file doesn't already exist at the given location. See: https://dev.azure.com/dnceng/internal/_build/results?buildId=1443383&view=logs&j=8667c75e-c9c8-5a72-3326-7d35d151733c&t=648bbdf3-1356-5b63-95ae-560e1b5f90bf. Today, that exception is thrown, but since everything is async, it isn't clear what package was having an issue publishing. This change adds a try/catch around the call to UploadAsync, and will long the file name and blob path along with the exception message if UploadAsync throws an exception.
Configuration menu - View commit details
-
Copy full SHA for 3b953c8 - Browse repository at this point
Copy the full SHA 3b953c8View commit details -
Use XHarness' diagnostics output to detect infrastructure issues (#8139)
Instead of relying on the work item to request retry/reboot, we do it in the SDK at the end of the job while reading the `diagnostics.json` file generated by XHarness. This will transparently work for any number of XHarness commands executed during the work item and can be a single place for the logic. It also unifies the logic we had duplicated over the `.ps` and `.sh` files. The user then doesn't need to categorize or react on failed XHarness commands in any way. We still allow the users to request retry/reboot using the .dotfiles but it should not be necessary.
Configuration menu - View commit details
-
Copy full SHA for ebeeb85 - Browse repository at this point
Copy the full SHA ebeeb85View commit details -
Add Helix introduction doc (#8146)
Migrated the relevant content from https://github.com/dotnet/core-eng/blob/main/Documentation/HelixDocumentation.md
Configuration menu - View commit details
-
Copy full SHA for 2677562 - Browse repository at this point
Copy the full SHA 2677562View commit details
Commits on Nov 6, 2021
-
Update arcade-validation steps (#7891)
* Update arcade-validation steps * revert some part * review comments
Configuration menu - View commit details
-
Copy full SHA for cfc0456 - Browse repository at this point
Copy the full SHA cfc0456View commit details
Commits on Nov 8, 2021
-
Update dependencies from https://github.com/dotnet/roslyn build 20211…
…105.3 (#8149) [main] Update dependencies from dotnet/roslyn
Configuration menu - View commit details
-
Copy full SHA for be5f628 - Browse repository at this point
Copy the full SHA be5f628View commit details -
[main] Update dependencies from dotnet/xharness dotnet/arcade (#8147)
[main] Update dependencies from dotnet/xharness dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 2afca8f - Browse repository at this point
Copy the full SHA 2afca8fView commit details -
Allow the passing in of msbuildEngine to msbuild.ps1 (#8142)
In repos that need to mix vs and dotnet msbuild engines, and use this script directly, we need to allow for the msbuildEngine to be passed in.
Configuration menu - View commit details
-
Copy full SHA for e408d72 - Browse repository at this point
Copy the full SHA e408d72View commit details -
Add missing MicrosoftSourceLinkVersion property definition (#8145)
* Add missing MicrosoftSourceLinkVersion property definition * Update Versions.props
Configuration menu - View commit details
-
Copy full SHA for 0658506 - Browse repository at this point
Copy the full SHA 0658506View commit details
Commits on Nov 9, 2021
-
Shorten tool path when installing XHarness locally (#8160)
The path was actually needlessly long which could cause problems with the `dotnet tool install` command The name of the package was repeated twice for no reason: > artifacts\tmp\Debug\Microsoft.DotNet.XHarness.CLI\Microsoft.DotNet.XHarness.CLI\1.0.0-prerelease.21558.2
1Configuration menu - View commit details
-
Copy full SHA for 4d41c8b - Browse repository at this point
Copy the full SHA 4d41c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 740df59 - Browse repository at this point
Copy the full SHA 740df59View commit details -
Bring back non-Maestro.Client dependent pieces of Tasks.Feed for .NET…
… 4.7.2, to allow usage from desktop msbuild. (#8158)
Configuration menu - View commit details
-
Copy full SHA for fecf65b - Browse repository at this point
Copy the full SHA fecf65bView 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 a7c57ab...fecf65b