draft_texture_button #1

Merged
hzhang merged 3 commits from draft_texture_button into master 2025-02-18 14:30:55 +00:00
Showing only changes of commit e97b2f098f - Show all commits

View File

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