Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Execution Details

Environment:Build
Script:Build Inedo Extension
Pipeline:global::InedoExtension (Build)
Created:9/22/2022 3:02:37 PM by gdivis@inedo.local
Start date:9/22/2022 3:02:42 PM
Completed date:9/22/2022 3:02:46 PM (3.8s)
Status:Failed

Your account is not authorized to view debug logs in this context, therefore certain groups' log entries may appear empty.

  • Execution Logs3.8s

    • Get Source3.7s

      Unhandled exception: System.InvalidOperationException: Could not find a part of the path 'C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E262651\Src\DotNet\InedoExtension\InedoExtension.csproj'.
         at Inedo.Agents.Connections.PushServerConnection.ExecuteCommandAsync(AgentCommand command, AgentType agentType, CancellationToken cancellationToken)
         at Inedo.Agents.InedoAgentClientBase.ExecuteCommandAsync[TResponse](AgentCommand`1 command, AgentType agentType, CancellationToken cancellationToken)
         at Inedo.Agents.InedoAgentClient.OpenFileAsync(String fileName, FileMode fileMode, FileAccess fileAccess, FileShare fileShare)
         at Inedo.Extensions.VariableFunctions.Files.FileContentsVariableFunction.EvaluateAsync(IVariableFunctionContext context) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E255410\Src\InedoCore\InedoExtension\VariableFunctions\Files\FileContentsVariableFunction.cs:line 40
         at Inedo.BuildMaster.BuildMasterVariableEvaluationContext.TryEvaluateFunctionAsync(RuntimeVariableName functionName, IList`1 arguments)
         at Inedo.ExecutionEngine.Variables.FunctionTextValue.EvaluateAsync(IVariableEvaluationContext context)
         at Inedo.ExecutionEngine.Variables.FunctionTextValue.EvaluateAsync(IVariableEvaluationContext context)
         at Inedo.ExecutionEngine.Variables.ProcessedString.EvaluateValueAsync(IVariableEvaluationContext context)
         at Inedo.ExecutionEngine.Executer.ExecuterThread.EvaluateExpressionAsync(String expression)
         at Inedo.ExecutionEngine.Executer.ExecuterThread.ExecuteAsync(AssignVariableStatement assignVariableStatement)
         at Inedo.ExecutionEngine.Executer.ExecuterThread.ExecuteNextAsync()