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.
2 parents 77567eb + d083af1 commit dd87906Copy full SHA for dd87906
generator/constants.ts
@@ -1,10 +1,11 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
+import os from 'os';
4
import path from 'path';
5
6
export const generatorRoot = path.resolve(__dirname, '../');
7
-export const specsRepoPath = path.join('C:', 'schm_azspc');
8
+export const specsRepoPath = path.join(os.tmpdir(), 'schm_azspc');
9
export const specsRepoUri = 'https://github.com/azure/azure-rest-api-specs';
10
export const specsRepoCommitHash = 'origin/main';
11
// eslint-disable-next-line no-useless-escape
0 commit comments