File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33After making any changes do:
44
5+ ** Create a VSIX project template:**
561 . Select Release configuration for a solution
671 . Select ReferenceProject in "Solution Explorer" and click "Project/Export Template..." menu item from the VS main menu
781 . In the appeared dialog box select "Project template" option and "ReferenceProject" in the combobox below and click Next
@@ -28,4 +29,16 @@ After making any changes do:
28291 . Add Release Notes
29301 . Rebuild the ReferenceProjectVSIX project and get "ASP.Net Core RESTful Service Template.vsix"
3031
32+ ** Create a .Net Core Custom template**
33+ 1 . Open the ` DrWatson1.ProjectTemplate.RestAPI.csproj `
34+ 1 . Update a package version in the ` PackageVersion ` tag
35+ 1 . Update a description in the ` Description ` tag when needed
36+ 1 . Update release notes in the ` PackageReleaseNotes ` tag
37+ 1 . Open a command prompt and go to the "ProjectTemplates" folder
38+ 1 . Execute the command:
39+
40+ ```
41+ dotnet pack DrWatson1.ProjectTemplate.RestAPI.csproj -c Release
42+ ```
43+
3144That's all. "ASP.Net Core RESTful Service Template.vsix" can be uploaded to VS Marketplace or installed in VS.
You can’t perform that action at this time.
0 commit comments