From 2a755f2bd3973aa90a0789e8c2070a39d0c8707b Mon Sep 17 00:00:00 2001 From: "SAITO-PC-3\\saito.k" Date: Fri, 9 Aug 2024 12:27:25 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8BVM=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-staging.yml b/azure-pipelines-staging.yml index 9071218..ddeee17 100644 --- a/azure-pipelines-staging.yml +++ b/azure-pipelines-staging.yml @@ -32,7 +32,7 @@ jobs: condition: succeeded('initialize') displayName: UnitTest pool: - name: odms-deploy-pipeline + vmImage: ubuntu-latest steps: - checkout: self clean: true