Skip to content

Commit

Permalink
no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed May 14, 2024
1 parent 8ff7795 commit f5f67d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ stages:
inputs:
containerRegistry: $(dockerRegistryServiceConnection)
repository: 'demo/cms-kit-demo.abp.io'
command: 'build --no-cache'
command: 'build'
arguments: 'no-cache'
Dockerfile: '$(solutionDir)/Dockerfile.azure'
tags: |
$(tag)
Expand Down

0 comments on commit f5f67d7

Please sign in to comment.