-1

How can one update an Azure Batch application with a task in a build pipeline on AzureDevOps?

riQQ
  • 9,878
  • 7
  • 49
  • 66
participant
  • 2,923
  • 2
  • 23
  • 40
  • 1
    This document should give you a brief overview of using a build pipeline to upload Applications to Batch with multiple different versions: https://learn.microsoft.com/en-us/azure/batch/batch-ci-cd – brklein May 29 '19 at 15:33

1 Answers1

0

You can use the Azure CLI task (use task version 1.0 which is based on the 2.0 az cli) in your pipeline and use the az batch application commands to update your Application Packages.

fpark
  • 2,304
  • 2
  • 14
  • 21