Container Path not found Azure DevOps Build or Release

If you get an error like “Container Path” not found in the VSTS (AzureDevops) Build or Release pipeline then most probably the issue is with the working directory of the powershell script that’s being executed

Error: Container Path not found 

Solution: To fix this issue, close all the folders as well as command prompt windows that might have the particular directory path opened and then re-run the build again

This error mainly occurs due to the working directory has got opened by some user and it needs to be closed as the Azure DevOps agent empties the directory before it copies the code over here

You may also like...