Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 70e85dc

Browse files
authored
Use empty string instead of null for default value (#27902)
Null can only be used for secrets
1 parent e63447a commit 70e85dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildpipeline/DotNet-CoreFx-Trusted-Linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"allowOverride": true
400400
},
401401
"ProductBuildId": {
402-
"value": null,
402+
"value": "",
403403
"allowOverride": true
404404
},
405405
"PB_BuildArguments": {

buildpipeline/DotNet-CoreFx-Trusted-OSX.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"allowOverride": true
305305
},
306306
"ProductBuildId": {
307-
"value": null,
307+
"value": "",
308308
"allowOverride": true
309309
},
310310
"PB_Label": {

buildpipeline/DotNet-CoreFx-Trusted-Windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
"allowOverride": true
425425
},
426426
"ProductBuildId": {
427-
"value": null,
427+
"value": "",
428428
"allowOverride": true
429429
},
430430
"PB_BuildArguments": {

0 commit comments

Comments
 (0)