From 8ff77959d7dc4fdb9c64f2dfb4f35561ea78c65f Mon Sep 17 00:00:00 2001 From: selmankoc Date: Tue, 14 May 2024 17:42:01 +0300 Subject: [PATCH] build --no-cache --- src/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-pipelines.yaml b/src/azure-pipelines.yaml index 73fa3c4..43cc70f 100644 --- a/src/azure-pipelines.yaml +++ b/src/azure-pipelines.yaml @@ -41,7 +41,7 @@ stages: inputs: containerRegistry: $(dockerRegistryServiceConnection) repository: 'demo/cms-kit-demo.abp.io' - command: 'build' + command: 'build --no-cache' Dockerfile: '$(solutionDir)/Dockerfile.azure' tags: | $(tag)