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 a01b1a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BuiltInTools/dotnet-watch/DotNetWatch.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ them to a file.
<UsingTask AssemblyFile="$(MSBuildThisFileDirectory)DotNetWatchTasks.dll" TaskName="FileSetSerializer" />

<Target Name="GenerateWatchList"
DependsOnTargets="_CollectWatchItems;">
DependsOnTargets="_CollectWatchItems">

<FileSetSerializer OutputPath="$(_DotNetWatchListFile)" WatchFiles="@(Watch)" />
</Target>
Expand All @@ -29,7 +29,6 @@ Returns: @(Watch)
</_CollectWatchItemsDependsOn>
<_CollectWatchItemsDependsOn Condition=" '$(TargetFramework)' != '' ">
_CoreCollectWatchItems;
ComputeRunArguments;
$(CustomCollectWatchItems);
</_CollectWatchItemsDependsOn>
</PropertyGroup>
Expand Down

0 comments on commit a01b1a6

Please sign in to comment.