Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
kharnagy committed Nov 13, 2013
1 parent 1299d4f commit 167271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NUnitAppAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected override void RunTests()

var agent = this.Context.Agent;
{
var fileOps = (IFileOperationsExecuter)agent;
var fileOps = agent.GetService<IFileOperationsExecuter>();
var nunitPath = fileOps.GetWorkingDirectory(this.Context.ApplicationId, this.Context.DeployableId ?? 0, this.ExePath);

var tmpFileName = fileOps.CombinePath(this.Context.TempDirectory, Guid.NewGuid().ToString() + ".xml");
Expand Down

0 comments on commit 167271e

Please sign in to comment.