Skip to content

Commit 8da0a62

Browse files
committed
Use empty string for pathArgs
1 parent 63105ac commit 8da0a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)