We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b01c67 commit 58de5e7Copy full SHA for 58de5e7
1 file changed
src/parse_input_paths.ps1
@@ -15,5 +15,5 @@ $mapping_path = & "$getVariable" -defaultVal "$work_space_path" -setVal "$map
15
$work_path = & "$getVariable" -defaultVal "$mapping_path" -setVal "$workPath";
16
17
& "$setoutputVariable" -replace "" -name workspace_path -val "$work_space_path";
18
-& "$setoutputVariable" -replace "" -name mapping_path -val "$mapping_path";
19
-& "$setoutputVariable" -replace "" -name work_path -val "$work_path";
+& "$setoutputVariable" -name mapping_path -val "$mapping_path";
+& "$setoutputVariable" -name work_path -val "$work_path";
0 commit comments