microsoft / azure-pipelines-agent

Azure Pipelines Agent 🚀
MIT License
1.72k stars 865 forks source link

Paths with forward slashes do not work in Docker container #4172

Open schibu007 opened 1 year ago

schibu007 commented 1 year ago

Environment

Reproduction

Execute following command ##vso[artifact.upload containerfolder=Artifact;artifactname=Artifact;]C:/__w/2/a/Artifact.zip While it works on an agent which runs on a Windows machine, it does not work on an self-hosted agent which operates from/with a (Windows) Docker container:

##[error]Unable to process command '##vso[artifact.upload containerfolder=Artifact;artifactname=Artifact;]C:/__w/2/a/Artifact.zip' successfully. Please reference documentation ( http://go.microsoft.com/fwlink/?LinkId=817296) 
##[error]Path does not exist: C:/__w/2/a/Artifact.zip

There is the PR #3952 which would solve the issue. Please accept and merge this one.

fl3pp commented 1 year ago

@ismayilov-ismayil any idea when someone will have time to look into this? There is already a PR ready for review: #3952

Shidairyu commented 1 year ago

@ismayilov-ismayil Any updates on this issue?

github-actions[bot] commented 6 months ago

This issue has had no activity in 180 days. Please comment if it is not actually stale

schibu007 commented 6 months ago

What is the status of this?

github-actions[bot] commented 1 week ago

This issue has had no activity in 180 days. Please comment if it is not actually stale

fl3pp commented 1 week ago

The PR #3952 is still waiting for a review, or any response at all