Skip to content

Commit 23a530a

Browse files
authored
Merge pull request #6317 from Cosifne/dev/shech/addLinuxSuffix
Add Linux suffix
2 parents 06b7116 + fbacc1e commit 23a530a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/createTagsTasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function findRoslynCommitAsync(): Promise<string | null> {
7878
// Nuget package should exist under out/.nuget/ since we have run the install dependencies task.
7979
const nuspecFile = fs
8080
.readFileSync(
81-
`out/.nuget/microsoft.codeanalysis.languageserver/${roslynVersion}/microsoft.codeanalysis.languageserver.nuspec`
81+
`out/.nuget/microsoft.codeanalysis.languageserver.linux-x64/${roslynVersion}/microsoft.codeanalysis.languageserver.linux-x64.nuspec`
8282
)
8383
.toString();
8484
const results = /commit="(.*)"/.exec(nuspecFile);

0 commit comments

Comments
 (0)