This commit is contained in:
h z
2025-02-18 11:41:05 +00:00
parent 6738080639
commit e97b2f098f

View File

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