Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit aed1417

Browse files
SyncFileContentsSyncFileContents
authored andcommitted
Sync Directory.Build.props
1 parent bec8c3c commit aed1417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
<AnalysisLevel>latest-all</AnalysisLevel>
6262
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
6363
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
64-
<RunSettingsFilePath>$(SolutionDirectory)\.runsettings</RunSettingsFilePath>
64+
<RunSettingsFilePath>$([System.IO.Path]::Combine($(SolutionDirectory), ".runsettings").Trim())</RunSettingsFilePath>
6565
</PropertyGroup>
6666
</Project>

0 commit comments

Comments
 (0)