python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure Devops custom task task.json visible rule
Hello I'm trying to set a visible rule for some of the inputs and I was wondering if we can use && and || together.
"visibleRule":"Resource = AAA && Command = Delete || ...
wonderfulworldwithcharity
Votes: 0
Answers: 1
Run template conditionally on azure pipeline yaml
I have two different yml pipelines. I always trigger pipeline & send variable values via postman body. Here is the body portion.
{
"definition": {
"id": 15...
Akash paul
Votes: 0
Answers: 1
How to set or inject an arbitrary file list of environment variables in an Azure Pipeline
I'm porting some Jenkins builds to Azure Pipelines. One of the port sets involves an arbitrary list of environment variables that constantly changes. In Jenkins I just run an injection script to run o...
kayleeFrye_onDeck
Votes: 0
Answers: 3
How can I get last successfully deployed build id of specific artifact in YML based deploy pipeline
I want to get last successfully deployed build id of specific artifact, but I didn't get any solution of it.
Himanshu
Votes: 0
Answers: 1