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