Skip to content

Commit

Permalink
Add support for source-build (dotnet/razor#620)
Browse files Browse the repository at this point in the history
\n\nCommit migrated from dotnet/razor@986c224
  • Loading branch information
natemcmaster authored May 29, 2019
1 parent b1aef03 commit 5d1b6db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ServerGarbageCollection>true</ServerGarbageCollection>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>false</IsPackable>
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5d1b6db

Please sign in to comment.