Skip to content

Commit 4c306a0

Browse files
authored
Update InsertingRazorIntoVSCodeCSharp.md (#10666)
2 parents 57e73c9 + dd6a65c commit 4c306a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/InsertingRazorIntoVSCodeCSharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When ready to insert you will follow the steps listed in each below section in o
4141
4. Find the "defaults.razor" property.
4242
5. Update the value of that property to the version you found in the CI build
4343
6. Run `npm i' to install tools needed locally
44-
7. Run `npx gulp updateRazorDependencies` to download the nuget packages for all platforms and make sure they are available in the downstream nuget feed.
44+
7. Run `npx gulp updateRazorVersion` to download the nuget packages for all platforms and make sure they are available in the downstream nuget feed.
4545
- This is the step that will fail if you do not have the correct dependencies. Likely you'll get a 401 from the nuget command trying to pull the packages from upstream.
4646
8. Update `CHANGELOG.md` with the changes from these updates.
4747
9. Commit all files, push your branch, and create a PR.

0 commit comments

Comments
 (0)