Skip to content

Commit a47a5f3

Browse files
committed
User Story 33279: Fix xUnit Theory serialization warnings
- Emitting PowerShell version to debug JSON parsing failure.
1 parent f8f3926 commit a47a5f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/common/templates/steps/update-config-file-step.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ parameters:
127127
steps:
128128
# All properties should be added here, and this template should be used for any manipulation of the config.json file.
129129
- powershell: |
130+
$PSVersionTable
130131
$jdata = Get-Content -Raw "config.default.json" | ConvertFrom-Json
131132
foreach ($p in $jdata)
132133
{

0 commit comments

Comments
 (0)