Skip to content

Commit ac2f144

Browse files
author
Shreyas Padhye
committed
Removed explicit restore step
1 parent a3126b6 commit ac2f144

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
66
## Pull Request Process
77
1. Fork repository and create your feature branch out of main.
88
2. Open [Codegen project](./package/Codegen/Codegen.csproj) in Visual Studio.
9-
3. Right click on project in solution explorer -> select "Manage Nuget Packages". This should open the NuGet Manager which will prompt you to restore NuGet packages. Click on "Restore". Once you restore the packages, the project is ready to build / run.
9+
3. Build project (this will restore NuGet packages). Once completed, you are ready to run the project, see output, and make your desired changes.
1010
4. If you make changes in a .tt file, all you need to do is save the file and that will generate corresponding files that reflect your change.
1111
5. For all other changes: run `yarn build` in src folder so that related files are generated
1212
6. Run from Visual Studio to see output.
1313
7. Once changes are ready, run `yarn change` at the root of the repository to create a patch (it will ask for a description of the change). The version scheme we use is [SemVer](https://semver.org/)
1414
8. Open a pull request and address review feedback.
1515

16-
1716
## Technical details:
1817
You can find more details to setting up in the [Technical Guide](TechnicalGuide.md).

0 commit comments

Comments
 (0)