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