File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ parameters:
1111 type : string
1212 default : $(Build.BuildId)
1313
14+ - name : noCache
15+ displayName : >
16+ Run build with no cache. When this is unchecked, the build will use the
17+ info in the dotnet/versions repo to build only the images which have had
18+ Dockerfile changes or base images updates. When this is checked, all images
19+ will be built regardless of caching status.
20+ type : boolean
21+ default : false
22+
1423variables :
1524- template : /eng/pipelines/variables/samples.yml@self
1625- template : /eng/docker-tools/templates/variables/dotnet/secrets.yml@self
@@ -36,6 +45,7 @@ extends:
3645 stagesTemplateParameters :
3746 versionsRepoRef : VersionsRepo
3847 sourceBuildPipelineRunId : ${{ parameters.sourceBuildPipelineRunId }}
48+ noCache : ${{ parameters.noCache }}
3949 additionalServiceConnections :
4050 - name : $(kusto.serviceConnectionName)
4151 - name : $(marStatus.serviceConnectionName)
You can’t perform that action at this time.
0 commit comments