How do I specify my custom agent in the build pipeline?

前端 未结 2 1387
小蘑菇
小蘑菇 2021-01-25 04:11

I am following Donovan Brown\'s blog post to try and setup a build agent for VB6

I can see my agent in the agent pools

but don\'t know what to put as the image.

2条回答
  •  难免孤独
    2021-01-25 04:51

    Target the desired Queue, not the Pool. Try replacing the pool code with the code below.

      queue:
        name: Default
    

    I also find it easier to use the graphical user interface to create my build and use the Show YAML button to get the yaml written for me.

提交回复
热议问题