Skip to content
Snippets Groups Projects
Commit 2455e412 authored by partouf's avatar partouf
Browse files

obsolete vars

parent b6d459c9
No related branches found
No related tags found
No related merge requests found
......@@ -149,9 +149,6 @@ class DotNetCompiler extends BaseCompiler {
const programOutputPath = path.join(programDir, 'bin', this.buildConfig, this.targetFramework);
const programDllPath = path.join(programOutputPath, 'CompilerExplorer.dll');
const sdkBaseDir = path.join(path.dirname(compiler), 'sdk');
const sdkVersions = await fs.readdir(sdkBaseDir);
const nugetConfigFileContent = `<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment