Robb L Vandaveer
Robb L Vandaveer
@RamblingCookieMonster Is it possible to get this baked into the project? I just started using this module and find it very useful but I need to be able to support...
That's great. I may have time to tackle this week. I'll look at the branches and see what I think it'll take to resolve this issue given the state of...
I'm looking over PSGalleryNuget.ps1 and I'm wondering how much, if anything, needs to change. Nuget supports adding credentialed sources. It seems that Nuget should handle it as long as you...
@RamblingCookieMonster, is `Find-NugetPackage.ps1` still necessary? It appears to only exist in order to do a search for all package versions. As of the version I have installed, 4.8.2.5835, nuget appears...
> @RamblingCookieMonster, is `Find-NugetPackage.ps1` still necessary? It appears to only exist in order to do a search for all package versions. As of the version I have installed, 4.8.2.5835, nuget...
So, let's talk about credential strategy. I thought about what @alphakilo45 did and the shortcoming is that it leads to a user likely saving credentials to source code. I think...
> I agree that we don't want credentials in the *.depend.psd1 files. The intention was was to provide a hash (keyName -> credential) of the credentials to your call to...
I have created PR #100. It doesn't yet have any unit tests.
I believe PR #100 is done. Unit tests have been added and I have tested retrieving from a private repo using Nuget and PowerShellGet based modules.
I am curious how releases are created now. I don't see an Actions. It would not be a heavy lift to add a MacOS stage to an Action. Linux, Windows,...