Skip to content

Tags: nicksjacobson/azure-pipelines-agent

Tags

v3.243.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve CPU resource monitor for Linux systems (microsoft#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

Verified

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

v3.242.1

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 (m…

…icrosoft#4838)" (microsoft#4898)

This reverts commit 3f88445.

v3.242.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
disable codeql for macOS (microsoft#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) <v-bobreshevd@microsoft.com>

v3.241.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump System.Security.Cryptography.Pkcs to 7.0.2 and Microsoft.Azure.S…

…torage.DataMovement 2.0.5 (microsoft#4839)

* Bump System.Security.Cryptography.Pkcs to 7.0.2 and Microsoft.Azure.Storage.DataMovement 2.0.5

* bump packages

* Removed duplicated from csproj

* fix formatting

---------

Co-authored-by: Evgenii Dergachev <84813671+DergachevE@users.noreply.github.com>

v3.240.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
switched Service Connection (microsoft#4818)

v3.240.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Update Git to v2.44.0 (microsoft#4769)" (microsoft#4816)

This reverts commit 642c783.

v3.240.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ubuntu libssl package version does not exist any more in installdepen…

…dencies.sh (microsoft#4753)

- Added logic to get latest libssl1.1_1.1.1f

v3.239.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handling disposed connection (microsoft#4779)

v3.238.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removed FF calls causing instability in during VMSS configuration (mi…

…crosoft#4750)

* wip

* cleanup

* fix