Questions tagged [azure-pipelines-release-task]
98 questions
0
votes
1 answer
Marking variables in variables groups as secrets makes them invisible
I have a case that marking variables as secrets loses their value in Release task, please allow me to elaborate further.
Please find below screenshot of Terraform Service principal
The above one works as variables are available in pipeline.
Take…

learner
- 2,480
- 10
- 50
- 94
0
votes
1 answer
Azure release pipeline reports Required variable not set aka unload to locate/load "secret" variable group variables
I have declared the below variables in my main.tf file:
variable "TF_VAR_ARM_CLIENT_ID" {}
variable "TF_VAR_ARM_CLIENT_SECRET" {}
variable "TF_VAR_ARM_SUBSCRIPTION_ID" {}
variable "TF_VAR_ARM_TENANT_ID" {}
I have created these variables in Azure…

learner
- 2,480
- 10
- 50
- 94
0
votes
1 answer
copy files from azure file storage to azure website after release
I have files that need to be copied over to my website (azure website) after a deployment has been made. usually these files are server specific (I have multiple different servers for different releases), and usually in the past, before i used…

Phil
- 1,852
- 2
- 28
- 55
0
votes
3 answers
Visual Studio Team Services Task - Run Powershell in Visible Mode
In my release definition at VSO I have a Powershell script task (inline) to start a console application that hosts a microservice, but i cannot see any output of the window because its hidden.
Even if I connect to the agent's account via Remote…

Mannipulator
- 21
- 1
-1
votes
1 answer
How to pass variable to Azure DevOps Run Pipeline
I am trying to put predefined value RELEASE_RELEASENAME to Azure DevOps Run Pipeline task, but it ends always with error: "##[error]Build parameters is not a valid json object array. Example valid object:…

WMindian
- 15
- 4
-1
votes
1 answer
Assign a Variable to Shell inline script of Azure release
I have an inline script where one of the command is the below one. How can i Replace LINUX_PASSWD with a variable in Azure release.
I have added LINUX_PASSWD and FILENAME as variable in Azure release pipeline but they are empty after release
sed -i…

Dinesh
- 177
- 1
- 11
-1
votes
2 answers
Azure DevOps Pipeline Task to connect to Unix Server and execute commands
I am seeking to set up a Release Pipeline in Azure DevOps Services that will deploy
an application to a Unix server, where it then executes some unix commands as part
of the deployment.
Would appreciate some guidance on which pipeline Task(s) I can…

hitman126
- 699
- 1
- 12
- 43
-1
votes
1 answer
How to add custom advanced Logging fields on IIS using VSTS release task
I am deploying IIS application/website from VSTS Release management (using VSTS tasks). However, I need to add advanced logging fields on IIS. Could not find a suitable VSTS task for this.
Can anybody suggest something?

Kangkan
- 15,267
- 10
- 70
- 113