test commit
This commit is contained in:
@@ -30,21 +30,15 @@
|
||||
</Target>
|
||||
|
||||
<Target Name="CleanPreviousPackages" BeforeTargets="Build">
|
||||
<Message Text="Cleaning Previous Packages " Importance="high" />
|
||||
<Message Text="Cleaning " Importance="high" />
|
||||
<ItemGroup>
|
||||
<ExistingPackages Include="$(OutputPath)*.nupkg" />
|
||||
</ItemGroup>
|
||||
<Delete Files="@(ExistingPackages)" ContinueOnError="true" />
|
||||
</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>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user