Skip to content

Commit

Permalink
Added Gallery_Api Environment variable to AppVeyor - Fixes dsccommuni…
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Mar 30, 2019
1 parent 54fadad commit 4bcb55f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Fix example publish to PowerShell Gallery by adding `gallery_api`
environment variable to `AppVeyor.yml` - fixes [Issue #202](https://github.com/PowerShell/StorageDsc/issues/202).
- Added 'DscResourcesToExport' to manifest to improve information in
PowerShell Gallery and removed wildcards from 'FunctionsToExport',
'CmdletsToExport', 'VariablesToExport' and 'AliasesToExport' - fixes
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# environment configuration #
#---------------------------------#
version: 2.9.{build}.0
environment:
gallery_api:
secure: 9ekJzfsPCDBkyLrfmov83XbbhZ6E2N3z+B/Io8NbDetbHc6hWS19zsDmy7t0Vvxv
install:
- git clone https://github.com/PowerShell/DscResource.Tests

Expand Down

0 comments on commit 4bcb55f

Please sign in to comment.