We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5998d8 + 61a29aa commit 6209239Copy full SHA for 6209239
Directory.Build.props
@@ -2,6 +2,7 @@
2
<Project>
3
<PropertyGroup>
4
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
5
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
<PackageOutputPath>$(MSBuildThisFileDirectory)build\$(Configuration)\</PackageOutputPath>
7
</PropertyGroup>
8
0 commit comments