Jeanluca Scaljeri
Jeanluca Scaljeri

Reputation: 29169

'Initialize Agent' step missing in Azure DevOps release pipeline

I'm using Azure DevOps and had some issues with releasing a container to Azure Web Service.

I have 2 projects which during Build produce a docker image which is stored in an Azure Registry. When a new image is pushed the release pipeline is triggered and deploys it to a azure web service. I have this working, but I noticed a difference in release steps between the 2 project. The step was

enter image description here

The first step is 'Initialize Agent'. It looks like

enter image description here

So, in one project I have this step, and in the other I see this

enter image description here

As I said both work fine, but I cannot explain the difference. If someone has an idea what the reason might be I really would like to know

Upvotes: 0

Views: 141

Answers (1)

4c74356b41
4c74356b41

Reputation: 72191

those are internal Azure Devops steps, nothing you should worry about. there probably is some rationale behind this, but you'd need somebody from the product group to explain that.

Upvotes: 2

Related Questions