Skip to content

Commit 8ec8ee7

Browse files
committed
Fixed sign tool.
1 parent 4f07e61 commit 8ec8ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostSharp.Engineering.BuildTools/Utilities/DotNetTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public virtual bool Invoke( BuildContext context, string command, ToolInvocation
142142
context.Console,
143143
"dotnet",
144144
$"tool run {this.Command} {command}",
145-
null,
145+
context.RepoDirectory, // Must use the repo global.json (not the eng one) because that's the one used by Install.
146146
options );
147147
}
148148
}

0 commit comments

Comments
 (0)