Skip to content

Commit e383bd4

Browse files
committed
Set imageBuilder.pathArgs in the pipeline definition
1 parent eab180f commit e383bd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/pipelines/dotnet-framework-pr-no-cache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ variables:
1919
- template: /eng/pipelines/variables/common.yml@self
2020
- name: manifest
2121
value: manifest.json
22+
- name: imageBuilder.pathArgs
23+
value: "*"
24+
readonly: true
2225

2326
stages:
2427
- template: /eng/common/templates/stages/dotnet/publish-config-nonprod.yml@self

0 commit comments

Comments
 (0)