We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5297949 commit 378ffbeCopy full SHA for 378ffbe
package/WindowsManaged/Actions/CustomActions.cs
@@ -363,7 +363,7 @@ public static ActionResult ConfigurePublicKey(Session session)
363
364
if (!string.IsNullOrEmpty(publicKeyFile))
365
{
366
- command += $" -PublicKeyFile '{session.Get(GatewayProperties.publicKeyFile)}'";
+ command += $" -PublicKeyFile '{publicKeyFile}'";
367
}
368
369
if (!string.IsNullOrEmpty(session.Get(GatewayProperties.privateKeyFile)))
0 commit comments