Skip to content

Commit b4d2053

Browse files
committed
Use empty string for pathArgs
1 parent e383bd4 commit b4d2053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variables:
2020
- name: manifest
2121
value: manifest.json
2222
- name: imageBuilder.pathArgs
23-
value: "*"
23+
value: ""
2424
readonly: true
2525

2626
stages:

0 commit comments

Comments
 (0)