Inherits from General Repository Tree
├───docs
├───lib
├───out
├───src
│ ├───nuget.config
│ ├───[Product/Component].sln
│ └───[Product/Component]
│ └───[Product/Component].csproj
├───test
│ ├───nuget.config
│ └───[Product/Component] - Tests.sln
│ └───[Product/Component] - Test.Unit
│ └───[Product/Component] - Test.Unit.csproj
├───util
├───.gitignore
├───.gitlab-ci.yml
└───psakefile.ps1
Inherits from General Repository Tree
Inherits from General Repository Tree
Inherits from General Repository Tree
Inherits from General Repository Tree
Configures the NuGet exe executed within MSBuild/Visual Studio builds to place the referenced libraries into the repository's lib folder
Utilize the following template to create said nuget.config file
Inherits from General Repository Tree
Configures the NuGet exe executed within MSBuild/Visual Studio builds to place the referenced libraries into the repository's lib folder
Utilize the following template to create said nuget.config file
Inherits from General Repository Tree
Inherits from General Repository Tree
Utilize the following template to create said .gitignore file
Inherits from General Repository Tree
Utilize the following template to create said .gitlab-ci.yml file
Inherits from General Repository Tree
Utilize the following template to create said psakefile.ps1 file