Skip to content

Commit

Permalink
- remove check tc licence, we are on valid licences
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarancek committed Feb 20, 2023
1 parent e3fa2eb commit 89f38e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pipelines/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
# }
}


Expand Down

0 comments on commit 89f38e7

Please sign in to comment.