Skip to content

Commit

Permalink
[ci skip] add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey-Keller committed Aug 29, 2019
1 parent 2bc656e commit 77e0108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions 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.

0 comments on commit 77e0108

Please sign in to comment.