gpt4 book ai didi

file - msbuild复制文件

转载 作者:行者123 更新时间:2023-12-01 17:56:16 24 4
gpt4 key购买 nike

我在使用 MSbuild 复制文件时遇到问题,并且收到的错误消息似乎相互矛盾(使用 TFS 2008 进行构建)。

我目前的构建脚本中有以下内容

 <PropertyGroup>
<ReleaseRoot>$(DropLocation)\Latest\x86\Release</ReleaseRoot>
<WebRoot>$(ReleaseRoot)\_PublishedWebsites\Web</WebRoot>
<DBRoot>$(ReleaseRoot)\Database</DBRoot>
<TempHolingDir>$(ReleaseRoot)\temp)</TempHolingDir>
<WebConfig>$(WebRoot)\Web.config</WebConfig>
<DatabaseUpdate>$(DBRoot)\databaseupdate.exe</DatabaseUpdate>
</PropertyGroup>

<Copy SourceFiles="$(WebConfig);$(DatabaseUpdate)" DestinationFolder="$(TempHoldingDir)" ContinueOnError="false" />

当我运行构建时,我得到

error MSB3023: No destination specified for Copy. Please supply either "DestinationFiles" or "DestinationDirectory".

然后我将 DestinationFolder 更改为 DestinationDirectory,然后我得到了

error MSB4064: The "DestinationDirectory" parameter is not supported by the "Copy" task. Verify the parameter exists on the task, and it is a settable public instance property. error MSB4063: The "Copy" task could not be initialized with its input parameters.

这些错误似乎相互矛盾,我到底错过了什么?

最佳答案

重新启动 Visual Studio 为我解决了这个问题,因此将其添加为遇到相同问题的其他人的潜在解决方案。

关于file - msbuild复制文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6528459/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com