PoshCode / ModuleBuilder

A PowerShell Module to help scripters write, version, sign, package, and publish.
MIT License
445 stars 54 forks source link

using ModuleVersion instead of RequiredVersion in RequiredModules.psd… #48

Closed gaelcolas closed 5 years ago

gaelcolas commented 5 years ago

fixes #42

Very quick update to let bootstrap use versions of pester or configuration already installed on system instead of forcing the install of old versions.

gaelcolas commented 5 years ago

Hmmm, annoyingly it fails... And I suspect it's because of the PowerShellGet version on AzurePipeline, but it's not easy for me to troubleshoot on this project where I don't have perms. Might have to wait for me to move to Azure Pipeline. Feel free to close.

ChrisLGardner commented 5 years ago

If you can make it use the Hosted 2017 agent then you'll get a newer version of PowerShellGet which solves most of my problems with them.


From: Gael notifications@github.com Sent: Friday, January 18, 2019 7:14:12 AM To: PoshCode/ModuleBuilder Cc: Subscribed Subject: Re: [PoshCode/ModuleBuilder] using ModuleVersion instead of RequiredVersion in RequiredModules.psd… (#48)

Hmmm, annoyingly it fails... And I suspect it's because of the PowerShellGet version on AzurePipeline, but it's not easy for me to troubleshoot on this project where I don't have perms. Might have to wait for me to move to Azure Pipeline. Feel free to close.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/PoshCode/ModuleBuilder/pull/48#issuecomment-455449447, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQDqFuAbbFRr0KyGyNvpXhrqN0KrGq7Yks5vEXREgaJpZM4aHOUR.

gaelcolas commented 5 years ago

Closing that for now. Can't be asked to go down the PowerShellGet rabbit hole again...

Jaykul commented 5 years ago

It should be running Hosted 2017