Skip to content

Tags: microsoft/azure-pipelines-agent

Tags

v5.273.0

Toggle v5.273.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated PostAnalysis task to v2 (#5541)

v4.273.0

Toggle v4.273.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated PostAnalysis task to v2 (#5541)

v4.272.0

Toggle v4.272.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v4.271.0

Toggle v4.271.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
node24 fallback logic update (#5499)

* node24 fallback logic update

* minor changes

* fix and add test cases

* remove duplicate code

v5.270.0

Toggle v5.270.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v4.270.0

Toggle v4.270.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v4.269.0

Toggle v4.269.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Null Reference to HostContext in GlibcCompatibilityInfoProvider (#…

…5472)

* Fix for hostContext to be used and initialized via AgentService initialize method in GlibcInfoProvider

* Minor update to fix master merge issue

v4.268.0

Toggle v4.268.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated documentation for Node24 support in agent (#5437)

Co-authored-by: Sanju Yadav <sanjuyadav@microsoft.com>

v4.266.2

Toggle v4.266.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v4.266.1

Toggle v4.266.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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