Closed johlju closed 1 year ago
TODO: Add a configuration item so PSResourceGet is opt-in, similar to what we should do for ModuleFast. Done.
Merging #438 (e6f1238) into main (285f347) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #438 +/- ##
===================================
Coverage 81% 81%
===================================
Files 44 44
Lines 2326 2326
===================================
Hits 1902 1902
Misses 424 424
TODO: Make sure prereleases in RequiredModules.psd1 is supported. Done.
This is waiting on PR #437
TODO: Split out running integration tests in separate PR so I can continue creating integration tests. Done.
Will rebase this tomorrow friday.
@gaelcolas this is ready for review now! 🙂
Pull Request
Pull Request (PR) description
Added
UsePSResourceGet
to thebuild.ps1
, e.g../build.ps1 -Tasks noop -ResolveDependency -UsePSResourceGet
.UsePowerShellGetCompatibilityModule
to thebuild.ps1
, e.g../build.ps1 -Tasks noop -ResolveDependency -UsePSResourceGet -UsePowerShellGetCompatibilityModule
. The 2.9.0-preview has since then been unlisted, the compatibility module will now be released as PowerShellGet v3.0.0.Changed
MaximumVersion
set to2.8.999
to make sure the expected PowerShellGet version is installed, today that it is v2.2.5. The 2.9.0-preview has since then been unlisted, the compatibility module will now be released as PowerShellGet v3.0.0.Task list
build.ps1 -ResolveDependency
).This change is