Skip to content

Commit e30515c

Browse files
committed
Merged PR 473363: Delete mention of invalid gulp task
Delete mention of invalid gulp task
2 parents 94ea900 + ffe03f5 commit e30515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ To update the version of the roslyn server used by the extension do the followin
4444
1. Find the the Roslyn signed build you want from [here](https://dnceng.visualstudio.com/internal/_build?definitionId=327&branchFilter=246637%2C246637). Typically the latest successful build is fine.
4545
2. In the official build stage, look for the `Publish Language Server Executables` step. In there you will see it publishing the `Microsoft.CodeAnalysis.LanguageServer` package with some version, e.g. `4.6.0-3.23158.4`. Take note of that version number.
4646
3. In the [package.json](package.json) inside the `defaults` section update the `roslyn` key to point to the version number you found above in step 2.
47-
4. Build and test the change (make sure to run `gulp roslyn:languageserver` to get the new version!). If everything looks good, submit a PR.
47+
4. Build and test the change (make sure to run `gulp installDependencies` to get the new version!). If everything looks good, submit a PR.

0 commit comments

Comments
 (0)