AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
131 stars 26 forks source link

Switch artifact collection and some variables to ps1 scripts #16

Closed AArnott closed 5 years ago

AArnott commented 5 years ago

This reduces the number of Azure Pipelines tasks built into the template so that a pipeline's execution is less cluttered. It also allows testing artifact collection locally for faster development of changes that don't require Azure Pipelines execution.

Fixes #10

codecov[bot] commented 5 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #16   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           2      2           
=====================================
  Hits            2      2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 835ffb6...70c8feb. Read the comment docs.