Hello Stackoverflowers,
I have been playing lately alot with the CI-CD on VSTS with GIT. I have a set of Build tasks which refer to secure files. I use the „Download Secure File“ task to access these files at build time. However, I was wondering if there is a way to commit these files or at least automatically update them from my dev environment. For now, these files need to be uploaded manually, which is wrong. Thanks