2017-12-18 27 views
0

로컬에서는 SpecFlow Allure에 문제가 있지만 서버에서는 작동하지 않습니다. 윈도우 2008 서버가 있고 gradle .tpl 파일을 사용하고 있습니다. 나는의 app.config `SpecFlow.Allure가 설치되어 있지만 서버에서 작동하지 않습니다.

<plugins>  
    <add name="Allure" type="Runtime"/></plugins><stepAssemblies> 
     <stepAssembly assembly="Allure.SpecFlowPlugin"/> 
    </stepAssemblies>` 

에 나의 TPL 동일한 설정에 추가하지만 내 서버는이 오류를 보여 때 : 나는 매력에 대한 .tpl 파일 정보에서 제거하는 경우,

System.IO.FileNotFoundException : Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified. 

년 OFC를 그것은 작동하지만 내 보고서가 만들어지지 않습니다. 어떻게 사용하는지 알고 있습니까?

건배, 그 매력에 대해이 아니다

답변

0

, 그것은 .NET 표준 2.0 지원에 관하여이다. Jenkins 에이전트가 .net std 2.0 프로젝트를 빌드 할 수 있는지 확인하십시오.