diff --git a/src/WorkflowActivityLibrary.Tests/ExpressionFunctionTests.cs b/src/WorkflowActivityLibrary.Tests/ExpressionFunctionTests.cs index 8189dd1..5069d0e 100644 --- a/src/WorkflowActivityLibrary.Tests/ExpressionFunctionTests.cs +++ b/src/WorkflowActivityLibrary.Tests/ExpressionFunctionTests.cs @@ -12,7 +12,7 @@ namespace WorkflowActivityLibrary.Tests /// /// If this doesn't work for you then you may have to add a public key verification entry to your system with the following commands (replace [xxx] with real values): /// C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\sn.exe -T [path to solution]MIMWAL\src\WorkflowActivityLibrary\bin\Debug\MicrosoftServices.IdentityManagement.WorkflowActivityLibrary.dll - /// C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\sn.exe -Vr*,[public key] + /// C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\sn.exe -Vr *,[public key] /// [TestClass] public class ExpressionFunctionTests