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.
1 parent 0dd5624 commit 61a29aaCopy full SHA for 61a29aa
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