Compare commits

...

1 Commits

Author SHA1 Message Date
c78907aeeb test commit 2025-05-21 16:22:20 +01:00

View File

@@ -64,8 +64,6 @@
</Target>
<Target Name="CopyPackageToLocalFeed" AfterTargets="Pack">
<Message Text="Executing Copy Pack Task" Importance="high" />
<Message Text="OutputPath: $(OutputPath)" Importance="high" />
<ItemGroup>
<NuGetPackages Include="$(OutputPath)../*.nupkg" />
</ItemGroup>