We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbe9d9 commit 072680bCopy full SHA for 072680b
Tasks/PythonScriptV0/main.ts
@@ -5,7 +5,7 @@ import { pythonScript } from './pythonscript';
5
(async () => {
6
#if NODE20
7
let error: any | undefined;
8
-#elseif ISSUESOURCEENABLED //Duplicatation since the build config also based on NODE 20 and the task generator doesn't support multiple parameters
+#elseif ISSUESOURCEENABLED
9
10
#endif
11
try {
@@ -24,7 +24,7 @@ import { pythonScript } from './pythonscript';
24
25
error = e;
26
task.setResult(task.TaskResult.Failed, error.message);
27
-#elseif ISSUESOURCEENABLED
28
29
30
#else
0 commit comments