Skip to content

Commit

Permalink
Remove GenerateCompiledExpressionsTempFilePathForEditing hack (#54977)
Browse files Browse the repository at this point in the history
This was fix in Feb 2019: dotnet/msbuild#4100.
  • Loading branch information
ViktorHofer authored Jul 1, 2021
1 parent a5e27d0 commit 6110913
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/libraries/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,6 @@
</ItemGroup>
</Target>

<PropertyGroup>
<!--
Hack workaround to skip the GenerateCompiledExpressionsTempFile target in
Microsoft.WorkflowBuildExtensions.targets target that always runs in VS
-->
<GenerateCompiledExpressionsTempFilePathForEditing />
</PropertyGroup>

<!-- Returns the assembly version of the project for consumption
by the NuGet package generation -->
<Target Name="GetAssemblyVersion"
Expand Down

0 comments on commit 6110913

Please sign in to comment.