refactor: move global classes def into package

This commit is contained in:
h z
2025-02-14 13:31:11 +00:00
parent 9ced9b356f
commit 7d5929bc5b
2 changed files with 1 additions and 21 deletions

View File

@@ -102,7 +102,7 @@
</ItemGroup>
<Copy SourceFiles="@(NuGetPackages)" DestinationFolder="/NuGetFeed"/>
</Target>
<Target Name="RestoreNoCache" BeforeTargets="Restore">
<Target Name="RestoreNoCache" BeforeTargets="Build">
<Message Text="Restoring packages with no chache" Importance="high"/>
<Exec Command="dotnet restore --no-cache"/>
</Target>