Jan 20 2022
11:34 PM
- last edited on
Mar 05 2024
01:27 PM
by
TechCommunityAP
Jan 20 2022
11:34 PM
- last edited on
Mar 05 2024
01:27 PM
by
TechCommunityAP
Hello,
I want to remove a builddefinition variable in a Azure DevOps Build Pipeline in typescript because I'm implementing a custom build task.
I know, there is a "UpdateDefinitonProperties" method inside the interface IBuildapi (module
Jan 24 2022 02:14 AM
Jan 24 2022 11:42 PM
Hello @inboxkrish7129,
Thank you for the feedback.
But it's already a variable, which should be removed after the first run of the pipeline.
In Powershell we did it as described here:
https://stackoverflow.com/questions/62406386/azure-pipeline-how-to-delete-a-variable-inside-azure-bu...
But now we have to support Linux also.