Skip to content

Commit

Permalink
Don't restore dotnet tools when generating OpenAPI document
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr committed Aug 27, 2024
1 parent 26bf895 commit 201886b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mortein/Mortein.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
</ItemGroup>

<Target Name="GenerateOpenAPIDocument" AfterTargets="Build">
<Exec Command="dotnet tool restore" />
<Exec
Command="dotnet swagger tofile --output ../openapi.json bin/Debug/net8.0/Mortein.dll openapi"
/>
Expand Down

0 comments on commit 201886b

Please sign in to comment.