diff --git a/azure-pipelines-production.yml b/azure-pipelines-production.yml index c08bdd5..fbc1e24 100644 --- a/azure-pipelines-production.yml +++ b/azure-pipelines-production.yml @@ -30,7 +30,7 @@ jobs: condition: succeeded('initialize') displayName: Backend Deploy pool: - name: odms-deploy-pipeline + vmImage: ubuntu-latest steps: - checkout: self clean: true @@ -53,7 +53,7 @@ jobs: storageAccountName: saomdspipeline containerName: staging pool: - name: odms-deploy-pipeline + vmImage: ubuntu-latest steps: - checkout: self clean: true