Tags: microsoft/azure-pipelines-agent
Tags
Fix EOL upgrade warning shown incorrectly for Node 20/24 handler tasks ( #5521) * Fixing EOL node warning display * Add EOL warning assertions to L0 node handler tests * Extract EOL version threshold to NodeVersionHelper.MaxEOLNodeVersion constant
Fix release script crash when no releases exist for new major version (… …#5487) When creating a release for a new major version (e.g., v5), the script crashes with TypeError because no previous releases with that prefix exist. This adds fallback logic to use the previous major version (e.g., v4) for comparison instead. Co-authored-by: azure-pipelines-bot <azure-pipelines-bot@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Fix X509Certficate error in .NET10 (#5480) * Fix X509Certficate issue * Checking the certificateContentType before calling the methods * Adding check for PKCS#7 certificate type * Refactoring the code * Changing the certificate selection logic in PKCS#7 * Refactoring and supporting more formats of certificates * Cleaning the common util function to handle only the supported certificate types and rest are handled by the old constructor * Adding L0 test cases for the new utility function * Resolving conflicts and code cleanup * Minor change
Remove additional logic to set custom node path for containers (#5428) * Remove additional logic to set custom node path for containers * Remove additional logic to set custom node path for containers --------- Co-authored-by: Sanju Yadav <sanjuyadav@microsoft.com>
Making Node24 changes in the ContainerOperationProviderEnhanced.cs fi… …le (#5419) * Making Node24 changes in the ContainerOperationProviderEnhanced.cs file * Minor fixes * Minor fix * reverting the previous change * Removing unnecessary knob sources * Minor changes * Adding the runtimeknobsource
PreviousNext