diff --git a/pipelines/build.ps1 b/pipelines/build.ps1 index 3caa274f8..e35fad96e 100644 --- a/pipelines/build.ps1 +++ b/pipelines/build.ps1 @@ -67,14 +67,14 @@ task Clean { task Check-Target-License ` -precondition { $isTestingEnabled } ` { - if(Is-License-Valid $testTargetAmsId) - { - # continue - } - else - { - throw "Target has probably invalid license" - } + # if(Is-License-Valid $testTargetAmsId) + # { + # # continue + # } + # else + # { + # throw "Target has probably invalid license" + # } }