azure-pipelines-release-pipeline

Node Cipheriv Warning in Azure DevOps Extension - Release Task

♀尐吖头ヾ 提交于 2020-08-27 22:24:15
问题 I am working on a project to develop an Azure DevOps release task extension. Recently, I am getting this warning message printed multiple times in the logs when the release task runs- "Warning: Use Cipheriv for counter mode of aes-256-ctr". I was not getting it earlier. And the time when I started getting this error, I only changed some console.log(..), and not even any code that could possibly trigger this error. (Might be some npm dependency updates!) Any idea regarding why am I getting

Node Cipheriv Warning in Azure DevOps Extension - Release Task

て烟熏妆下的殇ゞ 提交于 2020-08-27 22:23:29
问题 I am working on a project to develop an Azure DevOps release task extension. Recently, I am getting this warning message printed multiple times in the logs when the release task runs- "Warning: Use Cipheriv for counter mode of aes-256-ctr". I was not getting it earlier. And the time when I started getting this error, I only changed some console.log(..), and not even any code that could possibly trigger this error. (Might be some npm dependency updates!) Any idea regarding why am I getting

VSTS Build Task Input Types

断了今生、忘了曾经 提交于 2020-08-23 08:35:08
问题 I googled last few days to get the list of input types supported by VSTS Task plugin, but don't get anything appropriate. Is this possible to create Grid in task plugin 回答1: At present, there is no way to create a Grid on the task input page. For a complete list of the supported types, take a look at the Reference for creating custom build tasks within extensions for details. This is schema definition for what your custom task JSON needs to conform to. If you look under inputs/items