teamcity没有在msbuild项目中调用postbuildevent

时间:2013-07-30 14:55:32

标签: msbuild teamcity post-build-event

我在项目中定义了postbuildevent,它在本地工作正常,但是当从Teamcity调用时,它没有调用以下事件: -

<PropertyGroup>
<PostBuildEvent>xcopy /Y /E "$(TargetDir)\Shared\Scripts" "$(ProjectDir)\Shared\Scripts"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>

我尝试在teamcity的msbuild配置中通过命令行参数传递,但这也无法正常工作

/M /P:Configuration=%system.Configuration% /P:PostBuildEvent="xcopy /Y /E "$(TargetDir1)\Shared\Scripts" "$(ProjectDir1)\Shared\Scripts""

请指导。

0 个答案:

没有答案