We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2def8bd commit a1b7a63Copy full SHA for a1b7a63
BuildTasks/TfxInstaller/v4/task.json
@@ -44,7 +44,7 @@
44
],
45
"execution": {
46
"Node16": {
47
- "target": "TfxInstaller/TfxInstaller.js",
+ "target": "TfxInstaller/v4/TfxInstaller.js",
48
"argumentFormat": ""
49
}
50
BuildTasks/TfxInstaller/v4/tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "../../tsconfig.v4.json",
3
"compilerOptions": {
4
- "outDir": "./TfxInstaller",
+ "outDir": "./",
5
"sourceRoot": "./"
6
},
7
"files": [
0 commit comments