We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8c586 commit 21acdd9Copy full SHA for 21acdd9
.gitignore
@@ -318,3 +318,4 @@ ASALocalRun/
318
319
# MSBuild Binary and Structured Log
320
*.binlog
321
+/.result/
src/Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup Label="Paths">
3
- <RootDir>$(MSBuildThisFileDirectory)\..</RootDir>
+ <RootDir>$(MSBuildThisFileDirectory)..</RootDir>
4
</PropertyGroup>
5
<Import Project="$(RootDir)\Build\Common.props"/>
6
<Import Condition="$(MSBuildProjectName.EndsWith('Tests'))" Project="$(RootDir)\Build\Common.Tests.props"/>
0 commit comments