Skip to content

Commit

Permalink
#145 Aligning Master/Main branch lessons learned to upcoming v1 relea…
Browse files Browse the repository at this point in the history
…se... Especially about using ISHRemote-ReleaseV1CI-Module to publish to PSRepositories... Tuned draft-released status transition test prerequisites check
  • Loading branch information
ddemeyer committed Nov 16, 2022
1 parent 0f3ae6d commit 0af3708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Describe "Test-Prerequisite" -Tags "Read" {
[xml]$stateConfiguration = Get-IshSetting -FieldName FSTATECONFIGURATION
$fromStatusDraft = $stateConfiguration.InfoShareStates.Transitions.FromStatus | Where-Object ref -eq $ishStatusDraft
$toStatusReleased = $fromStatusDraft.ToStatus | Where-Object ref -eq $ishStatusReleased
$toStatusReleased | Should -Be $toStatusReleased
$toStatusReleased.ref | Should -Be $ishStatusReleased
}
}

Expand Down

0 comments on commit 0af3708

Please sign in to comment.