You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The path to the 'func' executable can be in any of the environment variable scopes, depending on how the Functions Core Tools were installed.
201
201
// If a DevOps build pipeline has updated the PATH environment variable for the 'Machine' or 'User' scopes, the 'Process' scope is not automatically updated to reflect the change.
Copy file name to clipboardExpand all lines: src/LogicAppUnit/TestRunner.cs
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,7 @@ public string WorkflowTerminationMessage
149
149
/// <param name="host">The contents of the host file.</param>
150
150
/// <param name="parameters">The contents of the parameters file, or <c>null</c> if the file does not exist.</param>
151
151
/// <param name="connections">The connections file, or <c>null</c> if the file does not exist.</param>
152
+
/// <param name="csxTestInputs">A collection of C# script files or <c>null</c> if there are none.</param>
152
153
/// <param name="artifactsDirectory">The (optional) artifacts directory containing maps and schemas that are used by the workflow being tested.</param>
153
154
/// <param name="customLibraryDirectory">The (optional) custom library (lib/custom) directory containing custom components that are used by the workflow being tested.</param>
0 commit comments