Add support for source-build (dotnet/aspnetcore-tooling#620)

\n\nCommit migrated from 986c224acf
This commit is contained in:
Nate McMaster 2019-05-29 13:06:38 -07:00 committed by GitHub
parent b1aef03aaf
commit 5d1b6db33f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<ServerGarbageCollection>true</ServerGarbageCollection>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>false</IsPackable>
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
</PropertyGroup>
<ItemGroup>