Browse Source

Changed vm

pull/20279/head
selmankoc 2 years ago
parent
commit
b75b5a1662
  1. 8
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/azure-pipelines.yml

8
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

Loading…
Cancel
Save