Fixing the Sdk.props to work correctly for Release config and xplat pdb creation.
This commit is contained in:
parent
5296b28db7
commit
3a446ec5d4
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<!-- User-facing configuration-agnostic defaults -->
|
||||
<PropertyGroup>
|
||||
<Configuration>Debug</Configuration>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform>AnyCPU</Platform>
|
||||
|
||||
<FileAlignment>512</FileAlignment>
|
||||
|
@ -59,6 +59,9 @@
|
|||
<!-- Temp Hack: https://github.com/dotnet/roslyn/issues/12167 -->
|
||||
<NoLogo>true</NoLogo>
|
||||
|
||||
<!-- Need to revisit this and see if this is the correct default for both Debug and Release -->
|
||||
<DebugType>portable</DebugType>
|
||||
|
||||
<!-- Temp Hack: https://github.com/Microsoft/msbuild/issues/720 -->
|
||||
<OverrideToolHost Condition=" '$(DotnetHostPath)' != '' and '$(OverrideToolHost)' == ''">$(DotnetHostPath)</OverrideToolHost>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue