build.cmd / build.sh
- Change directory to
Content - Trigger
build.cmd run/build.sh
- Build template from root directory
- Uninstall currently installed template with
dotnet new -u Saturn.Template - Install new version with
dotnet new -i <<repo-path>>/nupkg/Saturn.Template.<<version>>.nupkg
- In case that dotnet -i fails with an 'Reference not set' error on Linux, try
- Uninstall a previous version:
dotnet new -u Saturn.Template - Install the new template with its path: `dotnet new -i ./nupkg/Saturn.Template.<>.nupkg
- Uninstall a previous version: