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 5ca0297 commit a18a0acCopy full SHA for a18a0ac
src/utils/getMsBuildInfo.ts
@@ -7,8 +7,6 @@ import { join } from 'path';
7
import { execChildProcess } from '../common';
8
import { CoreClrDebugUtil } from '../coreclrDebug/util';
9
10
-export const MSBUILD_MISSING_MESSAGE = 'A valid msbuild installation could not be found.';
11
-
12
let _msbuildVersion: string | undefined;
13
14
export async function getMSBuildVersion(): Promise<string | undefined> {
0 commit comments