You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* development:
[#135] A fix for passing custom source name in cChocoPackageInstaller Test-TargetResource
(maint) Fix description and issue label
(maint) Fix headings
(GH-126) Document WinRM envelope size issue
Corrected reversed logic in `if (-not $Purge) Using `$Purge.IsPresent` to be more explicit.
Revered if Purge.IsPresent checks back to origional order
Converted simple functions to "Advanced Functions" to match the rest of code
(maint) Add build instructions
(maint) Formatting
Updated [Version] to Fully Qualified [System.Version]
Choco appends '-beta' to beta version numbers Added parsing to split on '-' and only use the first section.
Implemented caching choco version Ensured explicitly casting '0.10.4' to Version
Powershell cannot compair 0.10.4 to a version number
Fix Pester Test run Failure
Choco Versions >10.4 overwhelm log with download Progress data
There was a change in
Test-TargetResource
when passing a custom source toTest-LatestVersionInstalled
Previously, the code was:
Current code it (line
167
incChocoPackageInstall.psm1
):which results in
choco
being executed as:The text was updated successfully, but these errors were encountered: