【发布时间】:2018-05-07 08:50:30
【问题描述】:
我正在尝试使用 TFS 中的发布,我添加了一个任务“复制发布工件”来发布将在发布中生成的文件,它给了我错误:
##[error]System.Management.Automation.ParameterBindingValidationException: Cannot bind argument to parameter 'StagingFolder' because it is null.
我使用“Windows 机器文件复制”任务进行测试,它给出了错误 53
Copy started for - '\\documents-oab.si.fr.intSraorange\alfresco\webdav\Sites\cc-dtp\documentLibrary\andbox_Auto /user:***** *****'
2018-05-07T08:43:15.7623208Z ##[error]System.Management.Automation.RuntimeException: Copying failed for resource :
2018-05-07T08:43:15.7623208Z
2018-05-07T08:43:15.7623208Z Failed to connect to the path \\documents-oab.si.fr.intSraorange\alfresco\webdav\Sites\cc-dtp\documentLibrary\andbox_Auto /user:***** ***** with the user ***** for copying.
2018-05-07T08:43:15.7623208Z System error 53 has occurred.
2018-05-07T08:43:15.7623208Z The network path was not found.
我的问题是:我如何发布在发布中生成的文件有什么方法吗??
【问题讨论】:
-
我的问题是:我如何发布在发布中生成的文件有什么方法吗??