Skip to content

Commit

Permalink
obsolete vars
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Nov 28, 2022
1 parent b6d459c commit 2455e41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/compilers/dotnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2455e41

Please sign in to comment.