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 06b7116 commit fbacc1eCopy full SHA for fbacc1e
tasks/createTagsTasks.ts
@@ -78,7 +78,7 @@ async function findRoslynCommitAsync(): Promise<string | null> {
78
// Nuget package should exist under out/.nuget/ since we have run the install dependencies task.
79
const nuspecFile = fs
80
.readFileSync(
81
- `out/.nuget/microsoft.codeanalysis.languageserver/${roslynVersion}/microsoft.codeanalysis.languageserver.nuspec`
+ `out/.nuget/microsoft.codeanalysis.languageserver.linux-x64/${roslynVersion}/microsoft.codeanalysis.languageserver.linux-x64.nuspec`
82
)
83
.toString();
84
const results = /commit="(.*)"/.exec(nuspecFile);
0 commit comments