Skip to content

Commit 49dcfdd

Browse files
SyncFileContentsSyncFileContents
authored andcommitted
Sync Directory.Build.props
1 parent 924e2ac commit 49dcfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)