Remove hardcoded @autorest/core version (for now)
This commit is contained in:
Родитель
3f53fd611e
Коммит
2f9ba63276
|
@ -123,7 +123,6 @@ async function main() {
|
||||||
|
|
||||||
// Execute AutoRest on the output file
|
// Execute AutoRest on the output file
|
||||||
const result = spawnSync(url.fileURLToPath(autoRestPath), [
|
const result = spawnSync(url.fileURLToPath(autoRestPath), [
|
||||||
"--version:3.0.6367",
|
|
||||||
`--${args.language}`,
|
`--${args.language}`,
|
||||||
`--clear-output-folder=true`,
|
`--clear-output-folder=true`,
|
||||||
`--output-folder=${clientPath}`,
|
`--output-folder=${clientPath}`,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче