Petabridge.Templates 0.5.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet new install Petabridge.Templates::0.5.0
This package contains a .NET Template Package you can call from the shell/command line.

dotnet new templates for professional OSS projects

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 1,092 2/22/2023
2.1.1 663 8/10/2022
2.1.0 581 6/9/2022
2.0.3 574 3/16/2022
2.0.2 408 3/4/2022
2.0.1 428 2/18/2022
2.0.0 394 2/17/2022
1.2.0 2,546 4/15/2021
1.1.1 350 4/1/2021
1.1.0 615 3/2/2020
1.0.5 569 1/30/2020
1.0.4 532 11/26/2019
1.0.3 537 11/25/2019
1.0.2 547 10/31/2019
1.0.1 588 10/6/2019
1.0.0 530 10/5/2019
0.5.3 607 8/5/2019
0.5.2 769 3/15/2019
0.5.1 582 3/14/2019
0.5.0 575 3/7/2019
0.4.3 655 2/17/2019
0.4.2 711 12/31/2018
0.4.1 626 12/31/2018
0.3.1 899 9/7/2018
0.3.0 968 7/14/2018
0.2.1 1,037 4/19/2018
0.2.0 1,062 1/17/2018
0.1.3 1,755 10/18/2017
0.1.2 1,011 8/19/2017
0.1.1 957 8/15/2017
0.1.0 887 8/15/2017

`Petabridge.Templates` now comes with default [Azure DevOps Pipelines YAML files](https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema), found in the `/build-system` folder in each new project created via the `pb-lib` `dotnet new` template.
There are three files total:
`linux-pr-validation.yaml` runs the `build.sh all` command for pull requests on hosted Ubuntu 16.04 VMs.
`windows-pr-validation.yaml` runs the `build.cmd all` command for pull requested on hosted Windows Server 2016 VMs.
`windows-release.yaml` runs the full code signing and publication package for your project, plus it creates an automatic release on Github afterwards including all of the signed build artifacts.