Compare commits
1 Commits
f7d1c5a66b
...
c3b57d84a6
| Author | SHA1 | Date | |
|---|---|---|---|
| c3b57d84a6 |
@@ -46,8 +46,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="CleanPreviousPackages" BeforeTargets="Build">
|
<Target Name="CleanPreviousPackages" BeforeTargets="Build">
|
||||||
<Message Text="Cleaning Previous Packages -------------------------" Importance="high" />
|
|
||||||
<Message Text="Cleaning --------------------------------------------" Importance="high" />
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ExistingPackages Include="$(OutputPath)*.nupkg" />
|
<ExistingPackages Include="$(OutputPath)*.nupkg" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -55,13 +53,9 @@
|
|||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="CopyPackageToLocalFeed" AfterTargets="Pack">
|
<Target Name="CopyPackageToLocalFeed" AfterTargets="Pack">
|
||||||
<Message Text="Executing Copy Task ----------------------" Importance="high" />
|
|
||||||
<Message Text="OutputPath: $(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="Build">
|
<Target Name="RestoreNoCache" BeforeTargets="Build">
|
||||||
|
|||||||
Reference in New Issue
Block a user