File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
eng/common/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 33 . ./eng/common/scripts/Helpers/PSModule-Helpers.ps1
44 Write-Host "##vso[task.setvariable variable=CachedPSModulePath]$global:CurrentUserModulePath"
55 displayName : Set PS Modules Cache Directory
6+ # Containers should bake modules into the image to save on pipeline time
7+ condition : and(succeeded(), eq(variables['Container'], ''))
68- task : Cache@2
79 inputs :
810 key : ' PSModulePath | $(CacheSalt) | $(Agent.OS) | $(Build.SourcesDirectory)/eng/common/scripts/Import-AzModules.ps1'
911 path : $(CachedPSModulePath)
10- displayName : Cache PS Modules
12+ displayName : Cache PS Modules
13+ # Containers should bake modules into the image to save on pipeline time
14+ condition : and(succeeded(), eq(variables['Container'], ''))
You can’t perform that action at this time.
0 commit comments