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