Skip to content

Commit

Permalink
Use SDK precomputed cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Forgind authored Aug 2, 2021
1 parent aaac00a commit 2a85d84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<MachineIndependentBuild>true</MachineIndependentBuild>
</PropertyGroup>

<PropertyGroup>
<AssemblyInformationCachePaths Condition="Exists('$(NetCoreRoot)sdk\$(NetCoreSdkVersion)\SdkPrecomputedAssemblyReferences.cache')">$(AssemblyInformationCachePaths);$(NetCoreRoot)sdk\$(NetCoreSdkVersion)\SDKPrecomputedAssemblyReferences.cache</AssemblyInformationCachePaths>
</PropertyGroup>

<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);*.log</DefaultItemExcludes>
<DefaultItemExcludes>$(DefaultItemExcludes);*.binlog</DefaultItemExcludes>
Expand Down

0 comments on commit 2a85d84

Please sign in to comment.