tfs2015 - TFS 2015 Build vNext: Upload Files via WebDAV? -


we want upload files webdav-folder , tried use "windows machine file copy"-task (this uses robocopy inside). don´t see possibility enter destination folder in right form.
1. tried

\\our.website.de@ssl\davwwwroot\remote.php\webdav\ 


,
2. mounted location network drive first , tried use drive letter,
none of these attempts succeeded.

is "windows machine file copy" right type of task or there custom task out there accomplishes need?
thx...

you should separate specified machines , folder path. not use together.

machines:

example: dbserver.fabrikam.com, dbserver_int.fabrikam.com:5986,192.168.34:5986

folder path:

the folder on windows machine(s) files copied.

example: c:\fabrikamfibre\web

more detail info please refer link: deploy: windows machine file copy


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -