We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f67d7 commit fdf0129Copy full SHA for fdf0129
src/azure-pipelines.yaml
@@ -42,7 +42,7 @@ stages:
42
containerRegistry: $(dockerRegistryServiceConnection)
43
repository: 'demo/cms-kit-demo.abp.io'
44
command: 'build'
45
- arguments: 'no-cache'
+ arguments: '--no-cache'
46
Dockerfile: '$(solutionDir)/Dockerfile.azure'
47
tags: |
48
$(tag)
0 commit comments