Skip to content

Commit 21acdd9

Browse files
committed
[infra] improve rootDir.
1 parent 3a8c586 commit 21acdd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,4 @@ ASALocalRun/
318318

319319
# MSBuild Binary and Structured Log
320320
*.binlog
321+
/.result/

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Label="Paths">
3-
<RootDir>$(MSBuildThisFileDirectory)\..</RootDir>
3+
<RootDir>$(MSBuildThisFileDirectory)..</RootDir>
44
</PropertyGroup>
55
<Import Project="$(RootDir)\Build\Common.props"/>
66
<Import Condition="$(MSBuildProjectName.EndsWith('Tests'))" Project="$(RootDir)\Build\Common.Tests.props"/>

0 commit comments

Comments
 (0)