Compare commits
1 Commits
f93f1eaf74
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 400cc3a048 |
@@ -32,18 +32,13 @@
|
|||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="CopyPackageToLocalFeed" AfterTargets="Pack">
|
<Target Name="CopyPackageToLocalFeed" AfterTargets="Pack">
|
||||||
<Message Text="Executing Copy Pack Task" Importance="high" />
|
|
||||||
<Message Text="OutputPath: $(ProjectDir)$(OutputPath)" Importance="high" />
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<NuGetPackages Include="$(OutputPath)../*.nupkg" />
|
<NuGetPackages Include="$(OutputPath)../*.nupkg" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Message Text="Printing pkgs--------------------" Importance="high"/>
|
|
||||||
<Message Text="Pkgs: @(NuGetPackages)" Importance="high"/>
|
|
||||||
<Copy SourceFiles="@(NuGetPackages)" DestinationFolder="/NuGetFeed"/>
|
<Copy SourceFiles="@(NuGetPackages)" DestinationFolder="/NuGetFeed"/>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="RestoreNoCache" BeforeTargets="CoreCompile">
|
<Target Name="RestoreNoCache" BeforeTargets="CoreCompile">
|
||||||
<Message Text="Restoring packages with no chache" Importance="high"/>
|
|
||||||
<Exec Command="dotnet restore --no-cache"/>
|
<Exec Command="dotnet restore --no-cache"/>
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user