We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed this in recent troubleshooting of an internal issue on our build boxes (we don't use the hosted agents) Seems that this default value
AzureDevOpsExtension/Extension/PesterTask/PesterV9/Pester.ps1
Line 43 in a44ff1d
Line 61 in a44ff1d
I propose to fix this with some additional defensive coding just to be sure that Pester v5 will never accidentally import
The text was updated successfully, but these errors were encountered:
Added defensive coding and warning - fixes pester#33
ed5a1ac
No branches or pull requests
I noticed this in recent troubleshooting of an internal issue on our build boxes (we don't use the hosted agents)
Seems that this default value
AzureDevOpsExtension/Extension/PesterTask/PesterV9/Pester.ps1
Line 43 in a44ff1d
will then have an impact on potentially importing pester at this point
AzureDevOpsExtension/Extension/PesterTask/PesterV9/Pester.ps1
Line 61 in a44ff1d
I propose to fix this with some additional defensive coding just to be sure that Pester v5 will never accidentally import
The text was updated successfully, but these errors were encountered: