JC Aguilera
JC Aguilera
Hit on master branch: * https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_build?_a=summary&buildId=1678336 * **Agent:** DDMBLDW148 * **Error log:** ##[error]Publishing build artifacts failed with an error: Unable to create directory '{p}'. Unable to verify the directory exists:...
One more hit: * https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_build?_a=summary&buildId=1677944 * **Agent:** DDMBLDW130 * **Error log:** ##[error]Publishing build artifacts failed with an error: Unable to create directory '{p}'. Unable to verify the directory exists: '{testDir}'....
Is this required for preview (12/14)?
Hey @chcosta, https://github.com/Microsoft/azure-pipelines-agent/pull/1383 is still open and the last comment was on 10/10/18. Is this still on the works or we can close this issue?
As an update, I tried this to make sure this is still an issue and it still fails. Keeping this issue around.
Yeah, things happening during release, which will include, publishing to nuget.org and official feeds are already instrumented and we can measure how much each task took. I think the goal...
This should already exist for all build in the 1ES Data Kusto tables. That's how we get data for the release pipeline
Perhaps @garath knows if that exists and where is it?
Yes, this could be easily added to the validation stage just need to understand: * What things we should be checking for? * Are these things the same across repos?
Ok so without looking much on the code it looks like we could use `NuGetPackageVerifier` to do the validation? Would that be enough? Do we run it after we've signed...