Skip to content

Commit a1b7a63

Browse files
committed
fixing tfxinstaller v4
1 parent 2def8bd commit a1b7a63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BuildTasks/TfxInstaller/v4/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
],
4545
"execution": {
4646
"Node16": {
47-
"target": "TfxInstaller/TfxInstaller.js",
47+
"target": "TfxInstaller/v4/TfxInstaller.js",
4848
"argumentFormat": ""
4949
}
5050
}

BuildTasks/TfxInstaller/v4/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../tsconfig.v4.json",
33
"compilerOptions": {
4-
"outDir": "./TfxInstaller",
4+
"outDir": "./",
55
"sourceRoot": "./"
66
},
77
"files": [

0 commit comments

Comments
 (0)