Remove hardcoded @autorest/core version (for now)

This commit is contained in:
David Wilson 2021-02-02 10:39:40 -08:00
Родитель 3f53fd611e
Коммит 2f9ba63276
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -123,7 +123,6 @@ async function main() {
// Execute AutoRest on the output file
const result = spawnSync(url.fileURLToPath(autoRestPath), [
"--version:3.0.6367",
`--${args.language}`,
`--clear-output-folder=true`,
`--output-folder=${clientPath}`,