Skip to content

Commit 4ecdda4

Browse files
Eskibeartestforstephen
authored andcommitted
Fix checkPrerequisite (#293)
1 parent 399de9a commit 4ecdda4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/publishMaven.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ const configs = {
2424
"java-debug-parent",
2525
"com.microsoft.java.debug.core",
2626
"com.microsoft.java.debug.plugin"
27-
]
27+
],
28+
artifactFolder: artifactFolder
2829
};
2930

3031
main(configs, artifactFolder);

0 commit comments

Comments
 (0)