提交 c2f188d1 编写于 作者: J Jared Parsons

Fixed creation of the files

上级 f4d58f77
......@@ -68,7 +68,7 @@ public async Task AddCachedTestResult(AssemblyInfo assemblyInfo, ContentFile con
exitCode: testCacheData.ExitCode,
standardOutput: testCacheData.OutputStandard,
errorOutput: testCacheData.OutputError,
resultsFileContent: testCacheData.ResultsFileName,
resultsFileContent: testCacheData.ResultsFileContent,
elapsed: TimeSpan.FromSeconds(testCacheData.ElapsedSeconds));
return result;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册