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.
2 parents 1d42709 + 3561c4f commit a87e136Copy full SHA for a87e136
tasks/createTagsTasks.ts
@@ -74,7 +74,7 @@ async function findRoslynCommitAsync(): Promise<string | null> {
74
// Nuget package should exist under out/.nuget/ since we have run the install dependencies task.
75
const nuspecFile = fs
76
.readFileSync(
77
- `out/.nuget/microsoft.codeanalysis.languageserver/${roslynVersion}/microsoft.codeAnalysis.languageserver.nuspec`
+ `out/.nuget/microsoft.codeanalysis.languageserver/${roslynVersion}/microsoft.codeanalysis.languageserver.nuspec`
78
)
79
.toString();
80
const results = /commit="(.*)"/.exec(nuspecFile);
0 commit comments