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
Added support for publishing code coverage to CodeCov.io and
Azure Pipelines - Fixes Issue #367.
Updated build to use Sampler.GitHubTasks - Fixes Issue #365.
Corrected case of module publish tasks - Fixes Issue #368.
Corrected code coverage badge in README.md.
Updated build pipeline tasks and remove unused environment variables.
Removed duplicate code coverage badge.
Fixed
WindowsEventLog
Fixed issue requiring IsEnabled to be declared and set to $true in order
to set the MaximumSizeInBytes property - Fixes Issue #349.
Fixed issue where configuring log retention on a non-classic event log will
throw.
ScheduledTask
Fixed issue with disabling scheduled tasks that have "Run whether user is
logged on or not" configured - Fixes Issue #306.
Fixed issue with ExecuteAsCredential not returning fully qualified username
on newer versions of Windows 10 and Windows Server 2019 for both local
accounts and domain accounts - Fixes Issue #352.
Fixed issue with StartTime failing Test-Resource if not specified in the
resource - Fixes Issue #148.
PendingReboot
Fixed issue with loading localized data on non en-US operating systems -
Fixes Issue #350.