Skip to content

Commit fa79f72

Browse files
authored
Update MSBuild property to use one from linked doc
1 parent 62cfd58 commit fa79f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/configure-unit-tests-by-using-a-dot-runsettings-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There are three ways of specifying a run settings file in Visual Studio 2019 ver
5555
```xml
5656
<Project Sdk="Microsoft.NET.Sdk">
5757
<PropertyGroup>
58-
<RunSettingsFilePath>$(SolutionDir)\example.runsettings</RunSettingsFilePath>
58+
<RunSettingsFilePath>$(MSBuildProjectDirectory)\example.runsettings</RunSettingsFilePath>
5959
</PropertyGroup>
6060
...
6161
</Project>

0 commit comments

Comments
 (0)