Граф коммитов

2918 Коммитов

Автор SHA1 Сообщение Дата
Aditya Mankal 71326127e3
[Agent] CI Trigger for Windows ARM 64 (#5046) 2024-11-19 17:26:52 +05:30
Aditya Mankal 912662d37b
[Agent] Support for Windows ARM 64 - AB#2143637 (#5021)
* [Agent] Support for Windows ARM-64

* Fixed syntax error in dev.sh script

* Fixed syntax error in dev.sh script

* Added Arch Echo

* Added AMD64 Check

* Added win-arm64 to _VALID_RIDS

* Added win-arm64 to tool installer

* Fixed Dependencies

* Fixed Dependencies

* Fixed Externals.sh

* Fixed Externals.sh

* Fixed Build

* Fixed Externals.sh

* Fixed Build

* Fixed Build

* Fixed Build

* Fixed Build

* Fixed Build

* Install .NET for ARM for Unit Tests

* Revert: Install .NET for ARM for Unit Tests

* Disabled Unit and Functional Tests for Win ARM 64

* Formatting/Comment Corrections

* Corrected OS Arch Prop

* Corrected OS Arch Prop & Added Logs

* Corrected OS arch in Common.props

* retrigger checks
2024-11-19 15:13:59 +05:30
Mantavya Dhingra bbd4855cd6
Mask base64 values of secrets in pipeline logs (#5030)
Co-authored-by: Evgenii Dergachev <84813671+DergachevE@users.noreply.github.com>
2024-11-18 11:28:04 +00:00
Ivan Duplenskikh 4ca4f049a4
Add support for AzureLinux 3 to installdependencies (#5036)
* Add Azure Linux if condition

* Add non empty check for is_sles
2024-11-14 18:46:53 +01:00
Konstantin Tyukalov 65a42bda32
Add lint & lint-verify commands (#5038)
* add cmd_lint{_verify}

* Ignore IDE0010

* Force to use lang 10.0 (net 6)
2024-11-12 14:55:17 +04:00
Kirill Ivlev 8452104510
Update externals.sh (#5026) 2024-11-04 12:51:35 +04:00
Denis Nikulin 83ff5771ec
Replaced specific exception handlers with the common one during FF requests (#5027) 2024-11-01 19:55:04 +04:00
Denis Nikulin 31298ce1cf
Fixed an issue when the timeline update job stops working if network exception occurs (#5022) 2024-10-31 09:31:40 +04:00
İsmayıl İsmayılov f129ebfe3f
Mask URL with credentials on publish telemetry (#5024)
* Mask URL with credentials on publish telemetry

* Clean envrionment variable after use it
2024-10-29 12:32:34 +04:00
Konstantin Tyukalov 42229c70a7
Fix intellisense: Replaced custom target framework prop to built-in with predefined value (#5000)
* Replace custom target framework prop to built-in with predefined value
2024-10-17 12:39:10 +00:00
jnilau a54d86b7cd
Support sparse checkout (#5015)
* Handle sparse checkout YAML properties

* Fail task in case of issues that a user needs to address e.g. pattern format
2024-10-16 11:43:38 -07:00
Denis Nikulin 6db4a564f4
Fix CVE-2024-43485 in System.Text.Json 6.0.9 (#5013)
* Bumped the Azure.Core package.
2024-10-10 17:02:04 +04:00
eswarnathp 8c756a7f34
Updated vssapi version to publish the custom test fields while creating a merged test run (#5009)
* Updated vssapi version

* updated agent core version

* updated agent core version in agent worker

* updated agent core version in test project
2024-10-09 10:14:06 +05:30
Denis Rumyantsev 23233ae52c
Rename FF CheckIfTaskNodeRunnerIsDeprecated (#5003) 2024-09-26 12:55:42 +02:00
Aleksandr Levochkin 57ad896afa
Add script for checking if agents support upgrade to v4 (#4995)
* Add script for checking if agents support upgrade to v4

* Change comments

* Refactor existing script to support v2/v3 -> v4 migration

* Remove unnecessary V4 script

---------

Co-authored-by: v-levockina <undefined>
2024-09-24 16:04:02 +04:00
Denis Rumyantsev 31d4034050
Fallback from Node 20 to Node 16 (#4987)
Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com>
2024-09-23 16:24:18 +02:00
Sergey Nesterov 6b8de4d7da
Added reauth command to refresh existing agent settings with new credentials. (#4991) 2024-09-17 13:56:37 +00:00
Denis Nikulin 08552ff586
Added an override for System.Security.Cryptography.Xml to fix a CVE. (#4996) 2024-09-17 17:09:58 +04:00
Ivan Duplenskikh 3d3822c306
Add the credential environment configuration to the Git checkout command (#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>
2024-09-17 13:43:48 +02:00
Tomáš Kašpárek a3400312bb
re-add net6.json for vsts extension compat (#4980)
Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com>
2024-09-17 14:14:46 +04:00
Denis Nikulin a8e21f0d29
Added almalinux to net8.json (#4986) 2024-09-16 13:46:26 +04:00
Aleksandr Levochkin 02554e4c55
Update `TF.exe` and binding redirects for `vstshost` (#4990)
* Update tf.exe (#4955)

* WIP

* Refactoring

* Refactor tool download code

* Refactor + Add tests

* Fix test

* Change RetryOptions to record to be able to use default ToString override for logging

---------

Co-authored-by: v-levockina <undefined>
Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com>

* Install legacy tf, vstsom, vstshost tools

* Update blob storage url for vstshost

---------

Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com>
Co-authored-by: v-levockina <undefined>
2024-09-13 20:42:20 +02:00
Aleksandr Levochkin 363ba84dd4
Revert "Update tf.exe (#4955)" (#4985)
This reverts commit 39c297fbee.

Co-authored-by: v-levockina <undefined>
2024-09-10 17:32:44 +02:00
Denis Nikulin e738e1d682
Fixed a string comparison (#4983) 2024-09-09 18:49:41 +04:00
Denis Nikulin 5f971778c7
Add .NET 8 target framework for building the agent (#4943) 2024-09-09 17:12:22 +04:00
Vinayak 1a3d532bbf
Parser changes for test results (#4974)
* Parser changes for test results

* Adding featureflagservice

* Updating the version

* updating packages

* adding psmodule

* using tokens

* adding parameters

* Added System.IdentityModel.Tokens.Jwt package

---------

Co-authored-by: Denis Nikulin (Akvelon Inc) <denis.nikulin@akvelon.com>
2024-09-06 16:34:13 +05:30
Konstantin Tyukalov 5b51e45e4d
Update lint rules (#4904) 2024-09-05 10:12:32 +00:00
Dmitrii Bobreshev d08ab52fa2
Fix pathes in agent publish step (#4977) 2024-09-04 10:50:13 +02:00
Dmitrii Bobreshev 406f4f828c
Fix path for Get-ChildItem (#4976) 2024-09-03 15:08:46 +00:00
Dmitrii Bobreshev 3aed854dbe
run AzurePowershell task using pwsh ti prevent stackoverflow (#4975) 2024-09-03 11:43:34 +00:00
İsmayıl İsmayılov 6a6566267c
Add telemetry publisher about Knob values per Job request (#4945)
* Add Knobs value telemetry publisher
2024-09-03 14:52:07 +04:00
Aleksandr Levochkin 0011481cec
Add libicu74 to installdependencies script to account for Ubuntu24 (#4973)
Co-authored-by: v-levockina <undefined>
2024-09-03 11:42:02 +02:00
Aleksandr Levochkin 39c297fbee
Update tf.exe (#4955)
* WIP

* Refactoring

* Refactor tool download code

* Refactor + Add tests

* Fix test

* Change RetryOptions to record to be able to use default ToString override for logging

---------

Co-authored-by: v-levockina <undefined>
Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com>
2024-09-03 12:57:22 +04:00
Dmitrii Bobreshev e44cd18e6b
Bump node version (#4968)
* Bump node version

Co-authored-by: Erik-jan Riemers <riemers@binkey.nl>

* Bump node 20 to latest

---------

Co-authored-by: Erik-jan Riemers <riemers@binkey.nl>
2024-09-02 13:00:22 +02:00
Denis Nikulin 8814d0d305
Fix Node runner deprecation check (#4969)
* Added pre and post job execution steps for runner deprecation check.
2024-08-30 12:09:11 +04:00
Maksim Petrov e8afdf06bd
Localization update (#4967)
* Added files for onelocbuild

* Update localize-pipeline.yml for Azure Pipelines

* Fixed typo in resource.resx path

* Removed en-US

* Update localize-pipeline.yml for Azure Pipelines

* LEGO: check in for Localization to temporary branch. (#3246)

* LEGO: check in for Localization to temporary branch. (#3268)

* LEGO: check in for Localization to temporary branch. (#3265)

* LEGO: check in for Localization to temporary branch. (#3279)

* Temporary renamed localization folders

* Renamed localization folders

* Set up schedule and notifications for the localization pipeline (#3269)

* [localization] Fixed localization pipeline issue with already localized strings replaced (#3332)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 14646614

Localized file check-in by OneLocBuild Task

* LEGO: check in for Localization to temporary branch. (#3363)

Co-authored-by: csigs <csigs@outlook.com>

* LEGO: check in for Localization to temporary branch. (#3364)

Co-authored-by: csigs <csigs@outlook.com>

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 14919763

Localized file check-in by OneLocBuild Task

* Create PR in OneLocBuild task only on third week of sprint (#3374)

* Fix localization pipeline

* Add missed change

* Added option to disable PR creation

* update localize pipeline (#3637)

Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>

* Localization update (#3612)

* Removing Localize folder

* RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)

* Revert "RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)"

This reverts commit 629921e0fa.

* Revert "Removing Localize folder"

This reverts commit 33cb0ae7c1.

Co-authored-by: AndreyIvanov42 <93121155+AndreyIvanov42@users.noreply.github.com>
Co-authored-by: kuleshovilya <87485027+kuleshovilya@users.noreply.github.com>
Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>

* Removed OneLocBuild folder

* Move notifications about Agent Localization PR from Slack to MS Teams - Part 1 (#3744)

* Include strings from Misc/src/layoutbin to LocProject file (#4021)

* Update LocProject file

* Update CopyOption for LocProject

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18665127 (#4022)

* Revert "Include strings from Misc/src/layoutbin to LocProject file (#4021)"

This reverts commit 8f5c0c05b3.

* Revert "Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18665127 (#4022)" (#4023)

This reverts commit b9c714bdba.

* Include layoutbin into locproject

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18680899 (#4028)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20221104175414554. (#4030)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20221105085259861. (#4031)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20221106085521421. (#4032)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18697046 (#4033)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20221107143113520. (#4039)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18706620 (#4044)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19415018 (#4163)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230223095051399. (#4168)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230224095040576. (#4170)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19476421 (#4179)

* Update loc strings

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19476736 (#4181)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230305095015478. (#4183)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230306095225210. (#4184)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19485674 (#4186)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19909232 (#4273)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230516085151802. (#4277)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230517085117344. (#4279)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19991094 (#4290)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230525085047495. (#4294)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 20060830 (#4298)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230530085158885. (#4300)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 20130640 (#4308)

* Resolve merge conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 20695729 (#4361)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230720084945943. (#4366)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 20860135 (#4376)

* Resolve conflicts

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230830084958251. (#4411)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230831085154349. (#4413)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 22418179 (#4436)

* Resolve conflicts

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20231018085617238. (#4475)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20231019085845419. (#4478)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 22996954 (#4487)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20231025085014565. (#4490)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 23093000 (#4496)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20231202100120218. (#4550)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 24315652 (#4551)

* Resolve conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26275354 (#4632)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240207095200103. (#4637)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26578360 (#4645)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240208095320656. (#4639)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240210140634450. (#4643)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26582349 (#4647)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240213095043949. (#4651)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26605634 (#4654)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240214140615474. (#4661)

Co-authored-by: Maksim Petrov <47208721+vmapetr@users.noreply.github.com>

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26778087 (#4668)

* Resolve conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 27387363 (#4720)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240322085123308. (#4727)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240321085632376. (#4724)

Co-authored-by: Maksim Petrov <47208721+vmapetr@users.noreply.github.com>

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 27580751 (#4739)

* Resolve conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28506303 (#4832)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28618189 (#4844)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240609090301673. (#4835)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240610090926416. (#4837)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28618318 (#4846)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240616085747611. (#4848)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28695504 (#4853)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28724274 (#4865)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240625104508567. (#4867)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240626090031966. (#4869)

* Resolve conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28737791 (#4870)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240627093147135. (#4874)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28741926 (#4876)

* Resolve conflicts

* Update loc yaml

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28877864 (#4908)

* Resolve conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28991852 (#4957)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240828085148703. (#4964)

* Resolve conflicts

* Removing Localize and OneLocBuild folder

---------

Co-authored-by: Anatolii Bolshakov (Akvelon INC) <v-anbols@microsoft.com>
Co-authored-by: csigs <csigs@users.noreply.github.com>
Co-authored-by: Egor Bryzgalov <v-egbryz@microsoft.com>
Co-authored-by: Anatoly Bolshakov <anatoly.bolshakov@akvelon.com>
Co-authored-by: csigs <csigs@outlook.com>
Co-authored-by: Nikita Ezzhev <v-niezz@microsoft.com>
Co-authored-by: kuleshovilya <87485027+kuleshovilya@users.noreply.github.com>
Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>
Co-authored-by: AndreyIvanov42 <93121155+AndreyIvanov42@users.noreply.github.com>
Co-authored-by: Denis Tikhomirov <90906678+denis-tikhomirov@users.noreply.github.com>
Co-authored-by: KonstantinTyukalov <v-ktyukalov@microsoft.com>
2024-08-29 13:46:42 +02:00
İsmayıl İsmayılov 3d25a3479b
Add Red Hat base distro to supported list (#4946)
* Add Red Hat based distro (Oracle Linux) to supported list
* Fix FF using bug
2024-08-26 16:12:23 +04:00
Aleksandr Levochkin c2f1c4feea
Fix inputs trimming for variables (#4940)
* Testing fix for input trimming

* Added runtime knob source for DisableInputTrimming knob and cleaned up the code

* Add knob for variables trimming and refactor the logic to use it

* Fix bug where the variable input trimming logic was placed incorrectly in the ExpandValues method

---------

Co-authored-by: v-levockina <undefined>
2024-08-23 03:07:19 +02:00
Maksim Petrov f60062e975
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
2024-08-14 23:59:32 +02:00
Denis Rumyantsev a4c87552b2
Use node20_1 for sleepCommand when running container (#4929) 2024-08-12 13:32:51 +02:00
Denis Nikulin f9260a0e10
Support for PowerShell CLM (#4923)
* Moving Vsts commands from CLI to dedicated PS script file

---------

Co-authored-by: Tim Brigham <tbrigham@onecallcm.com>
Co-authored-by: Denis Nikulin <v-denikulin@microsoft.com>
2024-08-08 17:37:57 +04:00
Denis Nikulin 18448fac26
Added catching for Timeout exception during agent configuration (#4928) 2024-08-08 09:56:59 +00:00
Denis Nikulin cb8877808d
Added package type info to telemetry messages (#4930) 2024-08-07 15:14:18 +04:00
Maksim Petrov 2144e7df05
Localization update (#4909)
* Added files for onelocbuild

* Update localize-pipeline.yml for Azure Pipelines

* Fixed typo in resource.resx path

* Removed en-US

* Update localize-pipeline.yml for Azure Pipelines

* LEGO: check in for Localization to temporary branch. (#3246)

* LEGO: check in for Localization to temporary branch. (#3268)

* LEGO: check in for Localization to temporary branch. (#3265)

* LEGO: check in for Localization to temporary branch. (#3279)

* Temporary renamed localization folders

* Renamed localization folders

* Set up schedule and notifications for the localization pipeline (#3269)

* [localization] Fixed localization pipeline issue with already localized strings replaced (#3332)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 14646614

Localized file check-in by OneLocBuild Task

* LEGO: check in for Localization to temporary branch. (#3363)

Co-authored-by: csigs <csigs@outlook.com>

* LEGO: check in for Localization to temporary branch. (#3364)

Co-authored-by: csigs <csigs@outlook.com>

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 14919763

Localized file check-in by OneLocBuild Task

* Create PR in OneLocBuild task only on third week of sprint (#3374)

* Fix localization pipeline

* Add missed change

* Added option to disable PR creation

* update localize pipeline (#3637)

Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>

* Localization update (#3612)

* Removing Localize folder

* RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)

* Revert "RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)"

This reverts commit 629921e0fa.

* Revert "Removing Localize folder"

This reverts commit 33cb0ae7c1.

Co-authored-by: AndreyIvanov42 <93121155+AndreyIvanov42@users.noreply.github.com>
Co-authored-by: kuleshovilya <87485027+kuleshovilya@users.noreply.github.com>
Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>

* Removed OneLocBuild folder

* Move notifications about Agent Localization PR from Slack to MS Teams - Part 1 (#3744)

* Include strings from Misc/src/layoutbin to LocProject file (#4021)

* Update LocProject file

* Update CopyOption for LocProject

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18665127 (#4022)

* Revert "Include strings from Misc/src/layoutbin to LocProject file (#4021)"

This reverts commit 8f5c0c05b3.

* Revert "Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18665127 (#4022)" (#4023)

This reverts commit b9c714bdba.

* Include layoutbin into locproject

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18680899 (#4028)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20221104175414554. (#4030)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20221105085259861. (#4031)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20221106085521421. (#4032)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18697046 (#4033)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20221107143113520. (#4039)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 18706620 (#4044)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19415018 (#4163)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230223095051399. (#4168)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230224095040576. (#4170)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19476421 (#4179)

* Update loc strings

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19476736 (#4181)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230305095015478. (#4183)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230306095225210. (#4184)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19485674 (#4186)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19909232 (#4273)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230516085151802. (#4277)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230517085117344. (#4279)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 19991094 (#4290)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230525085047495. (#4294)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 20060830 (#4298)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230530085158885. (#4300)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 20130640 (#4308)

* Resolve merge conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 20695729 (#4361)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230720084945943. (#4366)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 20860135 (#4376)

* Resolve conflicts

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230830084958251. (#4411)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20230831085154349. (#4413)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 22418179 (#4436)

* Resolve conflicts

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20231018085617238. (#4475)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20231019085845419. (#4478)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 22996954 (#4487)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20231025085014565. (#4490)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 23093000 (#4496)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20231202100120218. (#4550)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 24315652 (#4551)

* Resolve conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26275354 (#4632)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240207095200103. (#4637)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26578360 (#4645)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240208095320656. (#4639)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240210140634450. (#4643)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26582349 (#4647)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240213095043949. (#4651)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26605634 (#4654)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240214140615474. (#4661)

Co-authored-by: Maksim Petrov <47208721+vmapetr@users.noreply.github.com>

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 26778087 (#4668)

* Resolve conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 27387363 (#4720)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240322085123308. (#4727)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240321085632376. (#4724)

Co-authored-by: Maksim Petrov <47208721+vmapetr@users.noreply.github.com>

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 27580751 (#4739)

* Resolve conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28506303 (#4832)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28618189 (#4844)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240609090301673. (#4835)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240610090926416. (#4837)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28618318 (#4846)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240616085747611. (#4848)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28695504 (#4853)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28724274 (#4865)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240625104508567. (#4867)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240626090031966. (#4869)

* Resolve conflicts

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28737791 (#4870)

* Juno: check in to lego/hb_5733438c-38c5-41ae-9557-a9d9754c4535_20240627093147135. (#4874)

* Localized file check-in by OneLocBuild Task: Build definition ID 10944: Build ID 28741926 (#4876)

* Resolve conflicts

* Update loc yaml

* Removing Localize and OneLocBuild folder

---------

Co-authored-by: Anatolii Bolshakov (Akvelon INC) <v-anbols@microsoft.com>
Co-authored-by: csigs <csigs@users.noreply.github.com>
Co-authored-by: Egor Bryzgalov <v-egbryz@microsoft.com>
Co-authored-by: Anatoly Bolshakov <anatoly.bolshakov@akvelon.com>
Co-authored-by: csigs <csigs@outlook.com>
Co-authored-by: Nikita Ezzhev <v-niezz@microsoft.com>
Co-authored-by: kuleshovilya <87485027+kuleshovilya@users.noreply.github.com>
Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>
Co-authored-by: AndreyIvanov42 <93121155+AndreyIvanov42@users.noreply.github.com>
Co-authored-by: Denis Tikhomirov <90906678+denis-tikhomirov@users.noreply.github.com>
Co-authored-by: KonstantinTyukalov <v-ktyukalov@microsoft.com>
2024-08-07 00:48:02 +02:00
Grzegorz Gurgul 1ba42fcee3
Bring back debugging capabilities on the agent (#4926)
* Reapply "Allow running agent in debugging mode for specific node task (#4838)" (#4898)

This reverts commit c660a56de1.

* Fix of the production issue

* unset debug

---------

Co-authored-by: Grzegorz Gurgul (from Dev Box) <ggurgul@microsoft.com>
2024-08-06 16:59:19 +02:00
Konstantin Tyukalov 1bda91c638
Enable stream and file logs output (#4920)
* Adding cmd option to enable both stream and log file output

* Add timestamp to log line for local logs

* Fixing date format for log lines

* fixing the date formate to universal time for log lines

* Renaming enableLogOutput to reStreamLogsToFiles and fixing error handling

* Adding strings for different locals.

* Removing string

* Adding loc key for error message

* Reuse variables

* Simplify conditions by enum flags

* Add trace with current logs streaming mode

---------

Co-authored-by: Kidd, Steve <skidd@ea.com>
Co-authored-by: srkidd <39931091+srkidd@users.noreply.github.com>
Co-authored-by: MerlynOMsft <44985659+merlynomsft@users.noreply.github.com>
2024-08-06 16:34:59 +04:00
Denis Rumyantsev 18e0084ba0
Add PipelineFeatureSource AZP_AGENT_CHECK_IF_TASK_NODE_RUNNER_IS_DEPRECATED (#4924) 2024-08-06 11:27:26 +02:00
Aleksandr Levochkin f9728a300c
Fix for release pipeline (#4925)
Co-authored-by: v-levockina <undefined>
2024-08-05 17:02:17 +04:00
Aleksandr Levochkin 1134d4ea84
Override Azure.Core dependency (#4921) 2024-08-02 15:45:54 +02:00
Ivan Duplenskikh d6d5aef005
Update dotnet sdk to v6.0.424/runtime to v6.0.32 (#4912)
* Update dotnet sdk to v6.0.424/runtime to v6.0.32

* Empty-Commit

---------

Co-authored-by: v-mazayt <v-mazayt@microsoft.com>
2024-08-02 13:04:10 +02:00