From 77e010838583b3e38fb04b985324f1b80d8647ca Mon Sep 17 00:00:00 2001 From: Corey Keller Date: Wed, 28 Aug 2019 20:07:02 -0500 Subject: [PATCH] [ci skip] add badges --- appveyor.yml | 6 +----- docs/index.md | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a35155b..946adce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ before_build: - ps: gitversion /l console /output buildserver /updateAssemblyInfo # Build worker image (VM template) -image: Visual Studio 2017 +image: Visual Studio 2019 # clone directory clone_folder: C:\MyProjects\AutoDocPS @@ -36,10 +36,6 @@ skip_commits: # build cache to preserve files/folders between builds cache: -<<<<<<< HEAD -======= - - _build-cache -> *.depend.psd1 ->>>>>>> 6bc0a44a5a457f14e95873fff0baed98489139a7 - '%USERPROFILE%\Documents\WindowsPowerShell\Modules' - '%USERPROFILE%\Documents\PowerShell\Modules' - C:\ProgramData\chocolatey\lib -> appveyor.yml diff --git a/docs/index.md b/docs/index.md index 2d11794..be3a2cd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,4 @@ # AutoDocPS +[![master branch status](https://ci.appveyor.com/api/projects/status/gtoqtt511c3wx4u9/branch/master?svg=true)](https://ci.appveyor.com/project/Corey-Keller74637/autodocps/branch/master) [![develop branch status](https://ci.appveyor.com/api/projects/status/gtoqtt511c3wx4u9/branch/develop?svg=true)](https://ci.appveyor.com/project/Corey-Keller74637/autodocps/branch/develop) [![Documentation Status](https://readthedocs.org/projects/autodocps/badge/?version=latest)](https://autodocps.readthedocs.io/en/latest/?badge=latest) AutoDocPS is a PowerShell module that will build modules and functions that will update documentation from comment-based help on build.