TeamCity未使用powershell显示服务消息

TeamCity未使用powershell显示服务消息,powershell,teamcity,psake,Powershell,Teamcity,Psake,我使用powershell/psake运行项目配置,我使用的是TeamCity powershell模块(),但TeamCity仅将配置显示为“正在运行” 但是,生成日志清楚地显示所有服务消息: [15:41:34]WARNING: Some imported command names include unapproved verbs which might make [15:41:34]them less discoverable. Use the Verbose parameter

我使用powershell/psake运行项目配置,我使用的是TeamCity powershell模块(),但TeamCity仅将配置显示为“正在运行”

但是,生成日志清楚地显示所有服务消息:

[15:41:34]WARNING: Some imported command names include unapproved verbs which might make 
[15:41:34]them less discoverable.  Use the Verbose parameter for more detail or type 
[15:41:34]Get-Verb to see the list of approved verbs.
[15:41:34]##teamcity[progessMessage 'Running task Clean']
[15:41:34]Executing Clean
[15:41:34]running the build
[15:41:34]##teamcity[progessMessage 'Running task Build']
[15:41:34]Executing Build

我认为这些应该显示在项目状态而不是“正在运行”中是错误的吗?

这是生成的消息中的输入错误。我刚刚用fix创建了pull请求

真不敢相信我没看到…真丢脸!两年前我也遇到过同样的问题,但我只修复了一条消息,有两条消息的拼写相同。所以我现在很容易找到它。:)