Skip to content

Commit b96a79d

Browse files
benbpazure-sdk
authored andcommitted
Fix default value for env vars in build-test-resource-config template
1 parent 7294918 commit b96a79d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/common/TestResources/build-test-resource-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
# EnvVars is used to help diagnose variable conflict issues early
99
- name: EnvVars
1010
type: object
11-
default: null
11+
default: {}
1212
- name: SubscriptionConfigurationFilePaths
1313
type: object
1414
default: null

0 commit comments

Comments
 (0)