Skip to content

Commit

Permalink
Merge pull request #6213 from Cosifne/dev/shech/releaseFix2
Browse files Browse the repository at this point in the history
One more character fix
  • Loading branch information
Cosifne authored Aug 23, 2023
2 parents 1d42709 + 3561c4f commit a87e136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/createTagsTasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function findRoslynCommitAsync(): Promise<string | null> {
// Nuget package should exist under out/.nuget/ since we have run the install dependencies task.
const nuspecFile = fs
.readFileSync(
`out/.nuget/microsoft.codeanalysis.languageserver/${roslynVersion}/microsoft.codeAnalysis.languageserver.nuspec`
`out/.nuget/microsoft.codeanalysis.languageserver/${roslynVersion}/microsoft.codeanalysis.languageserver.nuspec`
)
.toString();
const results = /commit="(.*)"/.exec(nuspecFile);
Expand Down

0 comments on commit a87e136

Please sign in to comment.