Skip to content

Commit

Permalink
Fixes dotnet#3222 --- flush cache every time
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Feb 24, 2018
1 parent f4d3fb4 commit 4c3ee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/FSharp.Build/Microsoft.FSharp.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ this file.
============================================================
-->
<Target Name="_GenerateCompileDependencyCache" DependsOnTargets="ResolveAssemblyReferences" Condition="'$(DesignTimeBuild)' == 'true'">
<Target Name="_GenerateCompileDependencyCache" DependsOnTargets="ResolveAssemblyReferences">
<ItemGroup>
<CustomAdditionalCompileInputs Include="$(IntermediateOutputPath)$(MSBuildProjectFile).CoreCompileInputs.cache" />
<CoreCompileCache Remove="@(Compile)" />
Expand Down

0 comments on commit 4c3ee6a

Please sign in to comment.