Skip to content

Commit

Permalink
#50 make sure asyncgenerator is installed when running buildrelease.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKratz committed Feb 7, 2024
1 parent 9952932 commit 7783704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/Build/default.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</Target>

<Target Name="GenerateAsyncCode" DependsOnTargets="RunBuild">
<Exec Command="dotnet tool restore" WorkingDirectory="$(SourceDir)" />
<Exec Command="dotnet async-generator" WorkingDirectory="$(SourceDir)" />
</Target>

Expand Down

0 comments on commit 7783704

Please sign in to comment.