deadlydog / AzureDevOps.WindowsScheduledTasks

An Azure DevOps extension for installing and uninstalling Windows Scheduled Tasks
MIT License
10 stars 3 forks source link

Fix for recurring schedule not being created by Windows Scheduled Task - Install #7

Closed thecontrarycat closed 4 years ago

thecontrarycat commented 5 years ago

Fix for #6

The Powershell cmdlets for Scheduled Tasks are incomplete, so the only way to create a recurring schedule for a task that is either Daily or Weekly is to create the repetition object after the trigger has been created.

deadlydog commented 4 years ago

Ugh, darn GitHub. I never received a notification about this and only just noticed it now :( I'll try and look it over in the next few days. Thanks for making a PR!

odgregg commented 4 years ago

Just encountered this today! Didn't realise our scheduled tasks weren't recurring.

deadlydog commented 4 years ago

I finally got a chance to look this over. Looks good. Thanks!