Update InsertingRazorIntoVSCodeCSharp.md

This commit is contained in:
David Wengier 2024-07-23 10:50:46 +10:00 коммит произвёл GitHub
Родитель 8c844423fe
Коммит dd6a65c058
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ When ready to insert you will follow the steps listed in each below section in o
4. Find the "defaults.razor" property. 4. Find the "defaults.razor" property.
5. Update the value of that property to the version you found in the CI build 5. Update the value of that property to the version you found in the CI build
6. Run `npm i' to install tools needed locally 6. Run `npm i' to install tools needed locally
7. Run `npx gulp updateRazorDependencies` to download the nuget packages for all platforms and make sure they are available in the downstream nuget feed. 7. Run `npx gulp updateRazorVersion` to download the nuget packages for all platforms and make sure they are available in the downstream nuget feed.
- 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. - 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.
8. Update `CHANGELOG.md` with the changes from these updates. 8. Update `CHANGELOG.md` with the changes from these updates.
9. Commit all files, push your branch, and create a PR. 9. Commit all files, push your branch, and create a PR.