Skip to content

Commit

Permalink
remove dotnet-watch precompute hook since watch no longer gets run ar…
Browse files Browse the repository at this point in the history
…guments
  • Loading branch information
baronfel committed Aug 12, 2024
1 parent 42b0e25 commit 8d6ff76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BuiltInTools/dotnet-watch/DotNetWatch.targets
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Returns: @(Watch)
</_CollectWatchItemsDependsOn>
<_CollectWatchItemsDependsOn Condition=" '$(TargetFramework)' != '' ">
_CoreCollectWatchItems;
ComputeRunArguments;
$(CustomCollectWatchItems);
</_CollectWatchItemsDependsOn>
</PropertyGroup>
Expand Down

0 comments on commit 8d6ff76

Please sign in to comment.