简体   繁体   中英

How do I build all Azure WebJobs with one task in the VSTS build definition?

My team currently has a build definition in VSTS that handles our continuous build process.

The application is running on .NET Core 1.1.1.

After additional features have been added, the number of WebJobs have increased. Our current build definition requires a separate task to handle every WebJob.

Is there any way to create a single task to hold all our WebJobs?

The image shows our current build tasks in VSTS.

VSTS的构建定义

The settings for the individual WebJob task is seen here:

任务设定

You can do it programming (eg PowerShell), then just add PowerShell task for webjobs.

On the other hand, you may custom build task to do it programmatically.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM