VSTS 单元测试错误消息
VSTS Unit test error message
我今天早上醒来,在 VSTS 中的 NUnit 测试中收到以下错误消息:
`##[section]Starting: Test Assemblies **\*.Unit.Tests.dll;-:**\obj\**
==============================================================================
Task : Visual Studio Test
Description : Run tests with Visual Studio test runner
Version : 2.0.30
Author : Microsoft Corporation
Help : [More Information](https://go.microsoft.com/fwlink/?LinkId=835764)
==============================================================================
!**\obj\**
[command]powershell -NonInteractive -ExecutionPolicy Unrestricted -file d:\a\_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9.0.30\vs15Helper.ps1
Does not exist.
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Nil />
</Objs>
##[error]TypeError: Cannot read property 'replace' of null
##[error]TypeError: Cannot read property 'replace' of null
##[section]Finishing: Test Assemblies **\*.Unit.Tests.dll;-:**\obj\**
刚开始发生,谁能告诉我为什么?我正在使用 Visual Studio 版本 2 构建步骤
Select 构建代理服务器具有的 visual studio 的相应版本。
我今天早上醒来,在 VSTS 中的 NUnit 测试中收到以下错误消息:
`##[section]Starting: Test Assemblies **\*.Unit.Tests.dll;-:**\obj\**
==============================================================================
Task : Visual Studio Test
Description : Run tests with Visual Studio test runner
Version : 2.0.30
Author : Microsoft Corporation
Help : [More Information](https://go.microsoft.com/fwlink/?LinkId=835764)
==============================================================================
!**\obj\**
[command]powershell -NonInteractive -ExecutionPolicy Unrestricted -file d:\a\_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9.0.30\vs15Helper.ps1
Does not exist.
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Nil />
</Objs>
##[error]TypeError: Cannot read property 'replace' of null
##[error]TypeError: Cannot read property 'replace' of null
##[section]Finishing: Test Assemblies **\*.Unit.Tests.dll;-:**\obj\**
刚开始发生,谁能告诉我为什么?我正在使用 Visual Studio 版本 2 构建步骤
Select 构建代理服务器具有的 visual studio 的相应版本。