-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability to distinguish the source of task issues. #19466
Merged
DenisNikulin5
merged 66 commits into
master
from
users/v-denikulin/customer-issue-for-script-tasks
Mar 1, 2024
Merged
Add the ability to distinguish the source of task issues. #19466
DenisNikulin5
merged 66 commits into
master
from
users/v-denikulin/customer-issue-for-script-tasks
Mar 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ustomer script issues for script tasks.
DenisNikulin5
requested review from
v-nagarajku,
KonstantinTyukalov,
kirill-ivlev and
DmitriiBobreshev
and removed request for
a team
February 5, 2024 10:08
merlynomsft
reviewed
Feb 5, 2024
This reverts commit 072680b. Revert "Fixed the conditional compilation for the new build config." This reverts commit bcbe9d9. Revert "Re-generated tasks." This reverts commit 4567311. Revert "Fixed the build config #2." This reverts commit 0c5201e. Revert "Fixed the build config." This reverts commit a95936a. Revert "Dependency fix" This reverts commit cc8bca8. Revert "Reverted the _generated folder #2." This reverts commit 6bf01e9. Revert "Reverted the _generated changes."This reverts commit adfc56e. Revert "Moved the changes to the separated build config." This reverts commit bc11b09.
merlynomsft
reviewed
Feb 6, 2024
merlynomsft
reviewed
Feb 6, 2024
…t-tasks # Conflicts: # Tasks/AzurePowerShellV5/task.json # Tasks/AzurePowerShellV5/task.loc.json # Tasks/BashV3/_buildConfigs/Node20/package-lock.json # Tasks/BashV3/bash.ts # Tasks/BashV3/task.json # Tasks/BashV3/task.loc.json # Tasks/PowerShellV2/_buildConfigs/Node20/package-lock.json # Tasks/PowerShellV2/task.json # Tasks/PowerShellV2/task.loc.json # _generated/AzurePowerShellV5.versionmap.txt # _generated/AzurePowerShellV5/task.json # _generated/AzurePowerShellV5/task.loc.json # _generated/AzurePowerShellV5_Node20/task.json # _generated/AzurePowerShellV5_Node20/task.loc.json # _generated/BashV3.versionmap.txt # _generated/BashV3/bash.ts # _generated/BashV3/task.json # _generated/BashV3/task.loc.json # _generated/BashV3_Node20/bash.ts # _generated/BashV3_Node20/package-lock.json # _generated/BashV3_Node20/task.json # _generated/BashV3_Node20/task.loc.json # _generated/PowerShellV2.versionmap.txt # _generated/PowerShellV2/task.json # _generated/PowerShellV2/task.loc.json # _generated/PowerShellV2_Node20/package-lock.json # _generated/PowerShellV2_Node20/task.json # _generated/PowerShellV2_Node20/task.loc.json
…t-tasks # Conflicts: # Tasks/ShellScriptV2/task.json
…t-tasks # Conflicts: # Tasks/SshV0/_buildConfigs/Node20/package.json # Tasks/SshV0/package.json # _generated/SshV0/package.json # _generated/SshV0_Node20/package.json
DenisNikulin5
changed the title
Add the changes to distinguish user script task issues and internal task issues
Add the ability to distinguish the source of task issues.
Feb 28, 2024
merlynomsft
approved these changes
Feb 28, 2024
vmapetr
approved these changes
Feb 29, 2024
DenisNikulin5
deleted the
users/v-denikulin/customer-issue-for-script-tasks
branch
March 1, 2024 13:06
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Task name: AzureCLIV1, AzureCLIV2, AzurePowerShellV2, AzurePowerShellV3, AzurePowerShellV4, AzurePowerShellV5, BashV3, CmdLineV2, PowerShellOnTargetMachinesV2, PowerShellOnTargetMachinesV3, PowerShellV2, PythonScriptV0, ShellScriptV2, SshV0
Description: Updated the VsTs SDK and azure-pipelines-task-lib version for script tasks. Also added the changes to distinguish task issues that happen because of user script STDERR and internal task issues.
WI 2133534
Documentation changes required: (Y/N) N
Added unit tests: (Y/N) N
Attached related issue: (Y/N) N
Checklist: