Tags: nayanshah/azure-pipelines-agent
Tags
Try to delete the workspace instead of fail (microsoft#3589) * Try to delete the workspace instead of fail Creation of the new workspace will fail anyway it it still exists. But 2 agents may delete the same workspace at the ecact same time. Fixes: microsoft#3588 * Remove newline Co-authored-by: Alexander Smolyakov <v-alsmo@microsoft.com>
Add processing of target inputs in decorator task (microsoft#3550) * Add check of runtime secrets in decorator task input * Remove extra changes * add separate method for checking * Better messaging * Move logic for inputs validation to the separate method * Resolved comments * Change name * Revert changes in dev.sh * Resolve comments * Removed extra code * Removed extra changes part 2 * Fix string.json * Resolve comments * Remove extra quote
Createa agent hotfix 2.193.1 (microsoft#3551) * Summarized view of Xunit hierarchal tests based on a FF (microsoft#3548) * Fixed summarized view of Xunit hierarchal tests * Fixed failing test and added a telemetry for FF Co-authored-by: Anand Upadhyay <anupadh@microsoft.com> Co-authored-by: Daniil Shmelev <72494759+DaniilShmelev@users.noreply.github.com> * update agentversion and releaseNotes Co-authored-by: Anand Upadhyay <upadhyayap.smit@gmail.com> Co-authored-by: Anand Upadhyay <anupadh@microsoft.com>
Added info about job cancellation (microsoft#3518) * Added info about job cancellation * Addressed comments * Update docs/design/jobcancellation.md Co-authored-by: Alexander Smolyakov <v-alsmo@microsoft.com> Co-authored-by: Alexander Smolyakov <v-alsmo@microsoft.com>
[DownloadBuildArtifactsV1] Tar extraction on download (microsoft#3467) * add tar extraction feature * fixes * fix download parameters passing * add no tars found warning also some other minor logging improvements * fix 'StandardError has not been redirected' * fix invalid StreamReader method * extract `GetArtifactItems()` * rename string for tar search start * get items outside of `DownloadFileContainerAsync` * move tar extraction to DownloadArtifact methods * fix 'directory with the same name already exists' * account for incompatible path resolution too * fix paths * trim relative artifact path for slash apparently `Path.Combine` doesn't work properly if the second argument looks like an absolute path * only move extracted tars directory if tars found * fix `MoveDirectory` * replace files in destination * fix destination folder * create target directory * add comments Co-authored-by: Anatoly Bolshakov <anatoly.bolshakov@akvelon.com>
fixed service name for install multiple environments (microsoft#3455) * fix environment name for multiple running as a service * add fix and test * fix serviceDisplayName * refactor * refactor 2 * refactor naming * fix request environmentName Co-authored-by: Anna Opareva <v-aopareva@microsoft.com> Co-authored-by: Nikita Ezzhev <v-niezz@microsoft.com>
PreviousNext