Compare commits
1 Commits
1d5b4a4ab7
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| c78907aeeb |
@@ -64,8 +64,6 @@
|
|||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="CopyPackageToLocalFeed" AfterTargets="Pack">
|
<Target Name="CopyPackageToLocalFeed" AfterTargets="Pack">
|
||||||
<Message Text="Executing Copy Pack Task" Importance="high" />
|
|
||||||
<Message Text="OutputPath: $(OutputPath)" Importance="high" />
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<NuGetPackages Include="$(OutputPath)../*.nupkg" />
|
<NuGetPackages Include="$(OutputPath)../*.nupkg" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user