Skip to content

Commit

Permalink
Invoke local .\DllExport manager in project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed Jan 21, 2020
1 parent 8620ee6 commit e90654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wizard/Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ protected void AddRestoreDxp(string name, string condition, string manager)
else {
args = String.Empty;
}
taskExec.SetParameter("Command", $"{manager} {args} -action Restore");
taskExec.SetParameter("Command", $".\\{manager} {args} -action Restore");
taskExec.SetParameter("WorkingDirectory", "$(SolutionDir)");
}

Expand Down

0 comments on commit e90654f

Please sign in to comment.