add: sdk
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user