Vinicius Moura

Results 3 comments of Vinicius Moura

@MaximRouiller IF my week begins on Sunday, I need to add 12 days (not more 11 days) to get Next Friday. Do you fix this problem, please? or 13 days,...

Code sugestion (parameter $IncludeWeekends) - bold mark Param ( [string]$PAT, [string]$Organization, [string]$Project, [string]$TeamName, [DateTime]$StartDate, [int]$NumberOfSprints, [bool]$IncludeWeekends ) echo $PAT | az devops login --org $Organization Write-Host '===Configuring connection to organization...

> I was going with 14 days periods but you could basically create a strategy pattern where the user can select the date creation mode. > > * Full week...