I have a Release plan in Visual Studio Team Services Online that runs a small UI test (using Selenium) after web app deployment to ensure the app is functioning correctly.
I would like to store screenshots from this Release as artifacts so that they are accessible once the release completes (mainly in case the tests fail).
Is this possible using VSTS?
I've tried using the Copy Publish Artifact task as part of my Release plan but that just produces a few errors like System.Management.Automation.ParameterBindingValidationException: Cannot bind argument to parameter 'StagingFolder' because it is null.