How do you mark an artifact as 'Release' in the artifact feed? I have a pipeline that uses the NuGet packages and creates binary files. I also have a release pipeline that consumes the binary files. The release pipeline just has an empty job for now. I ran a deployment. The artifacts are still just marked as 'Local'. I'd like to mark the artifacts as 'Release' for additional protection from accidental deletion.
↧