Skip to content

Commit

Permalink
Updated gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsubra committed Jan 18, 2022
1 parent 94d8531 commit fd99a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ async function getLanguageServer(): Promise<void> {
rimraf.sync(languageServerFolderName);

console.log(`Copying language server binaries to ${languageServerFolderName}`);
const langServerSourcePath = path.join(pkgsPath, languageServerNugetPackage, 'lib', `netcoreapp${langServerDotnetVersion}`);
const langServerSourcePath = path.join(pkgsPath, languageServerNugetPackage, 'lib', `net${langServerDotnetVersion}`);
const licenseSourcePath = path.join(pkgsPath, languageServerNugetPackage, languageServerLicenseFileName);

fse.mkdirpSync(destPath);
Expand Down

0 comments on commit fd99a63

Please sign in to comment.