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.
1 parent 1744c64 commit 7798006Copy full SHA for 7798006
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