Skip to content

Latest commit

 

History

History

Break-and-Continue-with-not-matching-label

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Break and Continue with not matching label

A missing (misspelled) label used with continue or break is not an error. In such cases PowerShell silently breaks the whole script being invoked. That is why .test.ps1 has to call test scripts using PowerShell.exe. Otherwise the whole testing would stop on the first issue, with no errors.

Scripts


  • Microsoft Connect 377964