-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExtractFiles should allow overwriting destination #11593
Comments
This may be a stupid question, but based on what I can see it looks like this change never made it into production. Is it still stuck in review? Once the code appears here on Github how long does it take until Azure DevOps starts leveraging the updated ExtractFiles task? |
I agree with jrbacek - we need this feature, and it's not present. |
I've been begging, I've opened tickets. Its crickets, Microsoft, please. Help! |
Just faced this issue, I think it's a bug rather than an enhancement. |
I will get this PR merged this week. Thanks! |
Any update on this |
I was on call last week but I have time blocked on it today, I am going to open a new PR and will link to it here! |
Has the PR been merged ? I am waiting for this |
I'm excited to have this fixed as well. We are waiting on migrating to Azure DevOps until this is fixed. Stephen, I'm sure you are quite busy, but we appreciate your help. Once its committed, do you know how long it will take to end up in Azure DevOps services? |
@stephenmichaelf We're waiting for your response and PR. |
Hit this today. Any update on timing? |
As far as I can tell, Microsoft is the only one that can actually accept the pull request. I could be wrong here, but we are still waiting on Microsoft. Please keep adding comments to the thread, it appears to be the only way it will get noticed. Microsoft ignores our complains through our enterprise contract. I wonder why we even pay it. |
I had to use the standard copy files as a work around. @stephenmichaelf we need this merged asap! |
Just seen 167 open pull requests. WTH!? |
@ShreyasRmsft please review this. I have had to use pwsh to work around this issue which should be a simple fix for you guys :-) |
@Miles-Davies-HORIBA sadly i'm not the owner for this task and the practice is generally for code owners or the team that owns the task to approve the PR. Also FYI a couple of tests are failing https://github.com/microsoft/azure-pipelines-tasks/pull/11594/checks?check_run_id=673857387 I'll see what I can do and drop a mail to @stephenmichaelf and a few others who might be able to help here. |
PR in progress here, almost done with testing then will merge: #12902 |
@stephenmichaelf Do you have any good news here? |
We are excitedly waiting for this feature, so we can finally put this issue to bed. Is there something we can do with our corporate Microsoft contacts to help prioritize this work? |
Any update? |
I echo the need for an overwrite option. Or perhaps just an arguments option where we can pass any 7zip argument. |
Hi David, would once you figure out the PowerShell script, would you mind posting it back here? I know what 7zip arguments I need, but I'm not super familiar with what environment variable names reference the zip file and output directory. |
@jrybacek I just used the microsoft.powershell.archive module in a PowerShell task. Pretty simple. |
Please add this capability! |
@stephenmichaelf when this PR is accepted, how long will it take to get into the Azure DevOps cloud product? |
@stephenmichaelf when this PR is accepted? |
Hi @murugan-mp @jrybacek @AlexA-1976 could you please check it now? We have rolled out related changes for ExtractFiles task - so it should be available now |
@TFleury @murugan-mp @jrybacek @AlexA-1976 I'm closing it at the moment - please let us know if there are still any issues |
Required Information
Entering this information will route you directly to the right team and expedite traction.
Question, Bug, or Feature?
bug
Enter Task Name: ExtractFiles
Environment
Server : Azure Pipelines
Agent : Private : Windows Server 2019
Issue Description
Task fails if "Clean destination folder before extracting" is not checked and destination folder is not empty.
Task logs
Troubleshooting
Need to add "-aoa" switch (Overwrite All existing files without prompt.) to 7zip command.
Related issues
The text was updated successfully, but these errors were encountered: