Skip to content

Commit

Permalink
Fix some appveyor bugs, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan Popovici committed Feb 9, 2018
1 parent 3bc1054 commit c8e9034
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Release version][release-badge]][release]
[![Release date][release-date-badge]][release-date]
[![Comits since release][commits-since-badge]][commits-since]

[![Build status][appveyor-badge]][appveyor-build]
[![PowerShell Gallery][psgallery-badge]][psgallery]
[![Nuget downloads][nuget-badge]][nuget]
Expand All @@ -18,4 +22,10 @@ You've found the GitHub repository that houses the source for the PSWmiToolKit P
[nuget-badge]: https://img.shields.io/nuget/dt/PSWmiToolKit.svg
[nuget]: https://www.nuget.org/packages/PSWmiToolKit/
[gitter-badge]: https://badges.gitter.im/PSWmiToolKit.svg
[gitter]: https://gitter.im/PSWmiToolKit/Lobby
[gitter]: https://gitter.im/PSWmiToolKit/Lobby
[release-badge]: https://img.shields.io/github/release/JhonnyTerminus/PSWmiToolKit/all.svg
[release]: https://github.com/JhonnyTerminus/PSWmiToolKit/releases
[release-date-badge]: https://img.shields.io/github/release-date/JhonnyTerminus/PSWmiToolKit.svg
[release-date]: https://github.com/JhonnyTerminus/PSWmiToolKit/releases
[commits-since-badge]: https://img.shields.io/github/commits-since/JhonnyTerminus/PSWmiToolKit/latest.svg
[commits-since]: https://github.com/JhonnyTerminus/PSWmiToolKit/commits/master
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ deploy:
- provider: GitHub
tag: $(APPVEYOR_BUILD_VERSION)-alpha
release: $(APPVEYOR_BUILD_VERSION)-alpha release of PSWmiToolkit
description: '## $(APPVEYOR_BUILD_VERSION)-alpha - $(Get-Date)'
description: '## $(APPVEYOR_BUILD_VERSION)-alpha - '
auth_token:
secure: YfB1t8pxFZz+8Lc1GkcBPAmI+Hfg1MuM9+iMXSFU5BDSR7IKfisI79N+bjvTII7t
repository: JhonnyTerminus/PSWmiToolkit
draft: true
prerelease: true
force_update: true
on:
branch: master
Expand Down
1 change: 0 additions & 1 deletion build/deploy.psdeploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ if(
To AppVeyor
WithOptions @{
Version = $ENV:APPVEYOR_BUILD_VERSION
ModuleName = $ENV:BHProjectName
}
}
}
Expand Down

0 comments on commit c8e9034

Please sign in to comment.