Skip to content

Commit d65efa4

Browse files
committed
default to Release configuration when there's nothing provided
- ef migration build was failing without this
1 parent ef2e3a0 commit d65efa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Platforms>AnyCPU</Platforms>
66
<IntersectConfiguration>$(Configuration)</IntersectConfiguration>
77
<IntersectConfiguration Condition="$(IntersectConfiguration.StartsWith('Debug'))">Debug</IntersectConfiguration>
8+
<IntersectConfiguration Condition="'$(IntersectConfiguration)' == ''">Release</IntersectConfiguration>
89
</PropertyGroup>
910

1011
<PropertyGroup Condition="'$(IntersectConfiguration)' == 'Debug'">

0 commit comments

Comments
 (0)