Skip to content

Commit

Permalink
#187 Fix example publish to PS Gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Mar 29, 2019
1 parent 967ca58 commit d28d63a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Fix example publish to PowerShell Gallery by adding `gallery_api`
environment variable to `AppVeyor.yml` - fixes [Issue #187](https://github.com/PowerShell/CertificateDsc/issues/187).
- CertificateDsc.Common.psm1
- Exclude assemblies that set DefinedTypes to null instead of an empty array
to prevent failures on GetTypes(). This issue occurred with the
Expand All @@ -11,7 +13,7 @@

- Minor style corrections from PR for
[Issue #161](https://github.com/PowerShell/CertificateDsc/issues/161)
that were missed.
that were missed.
- Opt-in to Example publishing to PowerShell Gallery - fixes
[Issue #177](https://github.com/PowerShell/CertificateDsc/issues/177).
- Changed Test-CertificateAuthority to return the template name if it finds the
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -2,6 +2,9 @@
# environment configuration #
#---------------------------------#
version: 2.3.{build}.0
environment:
gallery_api:
secure: 9ekJzfsPCDBkyLrfmov83XbbhZ6E2N3z+B/Io8NbDetbHc6hWS19zsDmy7t0Vvxv
install:
- git clone https://github.com/PowerShell/DscResource.Tests

Expand Down

0 comments on commit d28d63a

Please sign in to comment.