richardszalay / pshosts

PowerShell cmdlets for modifying the hosts file on Windows, Linux, and macOS
MIT License
119 stars 18 forks source link

Publish module as nupkg to Appveyor project feed #14

Closed richardszalay closed 7 years ago

richardszalay commented 7 years ago

As per feedback from @TravisEz13, it's possible to generate PS modules as nupkg as thus make use of Appveyors project feed (which also keeps everything self contained).

This can be done by registering a local path as a custom repository using Register-PSRepository and then publishing to that using Publish-Module. Push-AppveyorArtifact can then be used to push the nupkg to the project feed.