Skip to content

Commit

Permalink
Disable SDK's AssemblyInfo file generation, since it conflicts with o…
Browse files Browse the repository at this point in the history
…ur own (dotnet#19646)
  • Loading branch information
jcouv authored May 19, 2017
1 parent b8911dd commit 595a076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/Targets/Settings.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<Features>strict,IOperation</Features>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<SignAssembly>true</SignAssembly>
<!-- The new SDK introduced a GenerateAssemblyInfo target, which is disabled by GenerateAssemblyInfo=false.
Otherwise, it writes to the same file (GeneratedAssemblyInfoFile) as our GenerateAssemblyInfoFile target.
Follow-up issue to reconcile the two: https://github.com/dotnet/roslyn/issues/19645 -->
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseRoslynAnalyzers Condition="'$(UseRoslynAnalyzers)' == ''">true</UseRoslynAnalyzers>
<BaseOutputPath Condition="'$(BaseOutputPath)' == ''">$(RepoRoot)Binaries\</BaseOutputPath>
<OutputPath>$(BaseOutputPath)$(Configuration)\</OutputPath>
Expand Down

0 comments on commit 595a076

Please sign in to comment.