Skip to content

Commit

Permalink
Update RunSettingsArguments.md (#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Aug 4, 2023
1 parent 1a16b01 commit 09027e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RunSettingsArguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ dotnet test --% -- TestRunParameters.Parameter(name="myParam", value="value")
dotnet test -- TestRunParameters.Parameter\(name=\"myParam\",\ value=\"value\"\)
```

In this example, `\"myParam\"` corresponds to the name of you parameter and `\"value\"` - the value of your parameter. Note, that `\` are escaping characters and they should stay as shown above.
In this example, `\"myParam\"` corresponds to the name of you parameter and `\"value\"` - the value of your parameter. Note, that `\` are escaping characters and they should stay as shown above, unless you are in PowerShell 7.3+. For more examples in PowerShell, such as using variables for the data, please [refer here](https://github.com/microsoft/vstest/issues/4637).

0 comments on commit 09027e2

Please sign in to comment.