Skip to content

cfrenzel/dotnet-new-templates-2.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet new templates

Create Template Pack

> dotnet pack .\templates\templates.csproj -o .\artifacts\ --no-build --no-restore

Install Templates Locally

> dotnet new -i .\artifacts\cfrenzel-dotnet-new-templates-2.2.1.0.0.nupkg

Install from MyGet

 dotnet new --install cfrenzel-dotnet-new-templates-2.2  --nuget-source https://www.myget.org/F/cfrenzel-ci/api/v3/index.json