microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.49k stars 2.61k forks source link

PublishBuildArtifacts breaks symlinks of xCode artifacts #12165

Closed Jamminroot closed 4 years ago

Jamminroot commented 4 years ago

Note

Issues in this repo are for tracking bugs, feature requests and questions for the tasks in this repo

For a list:
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks

If you have an issue or request for the Azure Pipelines service, use developer community instead:

https://developercommunity.visualstudio.com/spaces/21/index.html )

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Bug

Enter Task Name: PublishBuildArtifactsV1

list here (V# not needed):
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks https://github.com/microsoft/azure-pipelines-tasks/tree/master/Tasks/PublishBuildArtifactsV1

Environment

Issue Description

[Include task name(s), screenshots and any other relevant details] Adding PublishBuildArtifacts to pipeline to publish artifact after it is archived causes artifact size to be bloated, since Robocopy used under the hood copies actual files and does not retain file symbolic link, thus rendering PublishBuildArtifacts task harmful for apple artifacts containing symbolic links.

Task logs

[Enable debug logging and please provide the zip file containing all the logs for a speedy resolution]

Troubleshooting

Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting

Error logs

[Insert error from the logs here for a quick overview]

Jamminroot commented 4 years ago

Something on your side seem to be editing all the contents of the issue out; Not sure if that's intended. Just in case, here's description: Adding PublishBuildArtifacts to pipeline to publish artifact after it is archived causes artifact size to be bloated, since Robocopy used under the hood copies actual files and does not retain file symbolic link, thus rendering PublishBuildArtifacts task harmful for apple artifacts containing symbolic links.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open for a year with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days