Skip to content

Tags: microsoft/azure-pipelines-agent

Tags

v4.246.0

Toggle v4.246.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename FF CheckIfTaskNodeRunnerIsDeprecated (#5003)

v4.244.1

Toggle v4.244.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add the credential environment configuration to the Git checkout comm…

…and (#4965)

* Add the credential environment configuration to the Git checkout command
The credential environment config property is added to the Git checkout command when either filter fetch options or the agent knob ADD_FORCE_CREDENTIALS_TO_GIT_CHECKOUT is provided

* Add the argument to add when both conditions are met

* Refactor GitCliManager and GitSourceProvider
- Variables are now declared using the var keyword
- The GitFetch method now accepts an IEnumerable<string> for the filters parameter instead of a List<string>

v3.244.1

Toggle v3.244.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Update tf.exe (#4955)" (#4985)

This reverts commit 39c297f.

Co-authored-by: v-levockina <undefined>

v4.245.0

Toggle v4.245.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed a string comparison (#4983)

v3.245.0

Toggle v3.245.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed a string comparison (#4983)

v3.244.0

Toggle v3.244.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix pathes in agent publish step (#4977)

v3.243.1

Toggle v3.243.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve CPU resource monitor for Linux systems (#4888)

* Replace free call on linux

* Minor fixes

* Rework CPU info for linux

* Fix typos

* Fix issue with memory monitor

* Add comments

* Remove task run delegates

* Fix for macos

* Expand comments for metrics methods

* Remove unnecessary cancellation exits

* Add FF to disable resource monitor on debug runs

* Minor fix

* Fix warning

* Replace DisableResourceMonitorDebugOutput with EnableResourceMonitorDebugOutput

* Fix typo

* Update variable name

* Fix typo

v3.243.0

Toggle v3.243.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Override Azure.Core dependency (#4921)

v3.242.1

Toggle v3.242.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Allow running agent in debugging mode for specific node task (#…

…4838)" (#4898)

This reverts commit 3f88445.

v3.242.0

Toggle v3.242.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
disable codeql for macOS (#4890)

* disable codeql for macOS

* Update pipeline.yml

* Update pipeline.yml

* Update pipeline.yml

* replace sdl with enforcedSdl

* replace sdl with enforcedSdl

* replace sdl with enforcedSdl

* replace sdl with enforcedSdl

* Update build-job.yml

---------

Co-authored-by: Dmitrii Bobreshev (Akvelon INC) <[email protected]>