Please help me to understand new build system in TFS 2017. I configured a build to publish symbols and binaries to a network share. When the build is deleted, published data is not deleted.
- How can I configure it?
- How can I investigate what happened?
- How should this work?
- What is the best practice to delete these build artifacts?
What I have: I have an agent queue with 3 agents (under build service domain account). I have build definition with "Publish Symbols" to a network path and "Publish Artifact" task to a network path. Shared folders have "Full Access" permissions for "build service domain account" and TFS service account.
When I remove build manually or it is removed by "retention rules" the symbols and artifacts are not removed. I checked logs on TFS, but I couldn't find anything about removing artifacts. Is there something I am missing?
Thanks in advance.