You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/InsertingRazorIntoVSCodeCSharp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ When ready to insert you will follow the steps listed in each below section in o
41
41
4. Find the "defaults.razor" property.
42
42
5. Update the value of that property to the version you found in the CI build
43
43
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.
45
45
- 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.
46
46
8. Update `CHANGELOG.md` with the changes from these updates.
47
47
9. Commit all files, push your branch, and create a PR.
0 commit comments