mmajcica / win-rm-file-copy

Windows Machine File Copy Build-Release task for VSTS/TFS based on WinRM
MIT License
1 stars 2 forks source link

Adding option for self-signed certificates #1

Closed AndrevdG closed 6 years ago

AndrevdG commented 6 years ago

A lot of the TFS/VSTS release tasks have the option to set "Test Certificate". This allows the use of self-signed certificates without validation. I have updated the task for our local use but it might be of benefit to others as well.

win-rm-file-copy.zip

mmajcica commented 6 years ago

Hi @AndrevdG

thank you for your feedback and I'm sorry for the late replay, somehow the notification slipped by and I just saw your message. I'll integrate your code and publish a new version. P.S. Next time, instead of attaching a file, please make a pull request with your changes.

Thanks