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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v9.2.0]
Added
ScheduledTask
Added support for configuring Event ValueQueries, allowing the triggering event to be
parsed for values which are sent to the scheduled task script.
Fixes Issue #392.
Fixed
ScheduledTask
Resolved an issue where DaysOfWeek array ordering can cause configuration drift.
Fixes Issue #354.
Update build process to pin GitVersion to 5.* to resolve errors
(gaelcolas/Sampler#477).
Changed
CI Pipeline
Updated pipeline files to match current DSC Community patterns - fixes Issue #427.