From b75b5a1662b1f479f64f9bc7e2c18379880f41ea Mon Sep 17 00:00:00 2001 From: selmankoc Date: Wed, 24 Jul 2024 14:40:12 +0300 Subject: [PATCH] Changed vm --- .../azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/azure-pipelines.yml b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/azure-pipelines.yml index 7ace2e891a..572f42708e 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/azure-pipelines.yml +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/azure-pipelines.yml @@ -21,7 +21,7 @@ variables: DOCKER_BUILDKIT: 1 pool: - vmImage: 'ubuntu-latest' + name: aks-deployer-agent stages: @@ -31,13 +31,13 @@ stages: - job: Build displayName: Package Helm Charts and Values pool: - vmImage: 'ubuntu-latest' + name: aks-deployer-agent steps: - checkout: self - checkout: devops - - script: | - cd $(bootstrapTaghelpersDir) && dotnet publish -c Release -o bin/Release/publish + # - script: | + # cd $(bootstrapTaghelpersDir) && dotnet publish -c Release -o bin/Release/publish - task: Docker@2 displayName: Build Image