removing version pinning of PSResourceGet in ResolveDependency psd1#34
removing version pinning of PSResourceGet in ResolveDependency psd1#34
Conversation
|
Plaster needs pinning to 1.1.3. How it worked in the last PR I can't answer. |
|
New fix, use Plaster prerelease. No need to pin |
|
PSResourceGet doesn't understand something and ends up pulling both 1.1.x or 2.0.0 and ResolveDepedency gets unhappy. |
|
Did not work. What if we just run the build under pwsh, then it will choose ModuleFast automatically? Pack and resolve dependencies is run under pwsh already. It can't bootstrap ModuleFast: WARNING: ModuleFast could not be bootstrapped. Reverting to PSResourceGet. Error: Name or service not known (bit.ly:80) |
|
Might be a bug in the reverting to PSResourceGet logic. |
|
It already is. I think DevOps is broken today. |
|
bit.ly link went to a wait page. To many requests to the link? |
|
Didn't help with using ModuleFast, still the same error when packaging the module. Back to you @gaelcolas, sorry for pushing to your branch - was hoping I could help fix it. But out of time today. 🙂 |
|
This ran fine earlier. Gael merged it and it failed to build. Nothing seems to work now. |
|
But it works locally. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Waiting for gaelcolas/Sampler#552 to be merged. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
this has been fixed in #37 |
Trying this fix...