Skip to content

Commit 6a9cce5

Browse files
authored
Merge pull request #7102 from dotnet/dibarbet-patch-3
Update CONTRIBUTING.md to mention required upstream permissions
2 parents 289062c + a109552 commit 6a9cce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ To package this extension, we need to create VSIX Packages. The VSIX packages ca
146146

147147
## Updating the `Roslyn` Language Server Version
148148

149+
In order to pull in new packages from upstreams into the msft_consumption feed we use for restoring, you will need to be a member of the 'CSharp VS Code Extension contributors' group in the [Azure Devops instance](https://dev.azure.com/azure-public/vside/_settings/teams).
150+
149151
To update the version of the roslyn server used by the extension do the following:
150152
1. Find the the Roslyn signed build you want from [here](https://dnceng.visualstudio.com/internal/_build?definitionId=327&_a=summary). Typically the latest successful build of main is fine.
151153
2. In the official build stage, look for the `Publish Assets` step. In there you will see it publishing the `Microsoft.CodeAnalysis.LanguageServer.neutral` package with some version, e.g. `4.6.0-3.23158.4`. Take note of that version number.

0 commit comments

Comments
 (0)