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
We are using Azure Devops pipelines. Why do the logs show a reference to teamcity
2022-09-22 11:40:08.2315|Error|Ocaramba.DriverContext.SaveScreenshot|Test failed: screenshot saved to C:\***\SmokeTests\bin\Release\net6.0\TestOutput\***_2022_09_22_11_40_06_186_browser.png. ##teamcity[publishArtifacts 'C:\***\SmokeTests\bin\Release\net6.0\TestOutput\***_2022_09_22_11_40_06_186_browser.png']
The text was updated successfully, but these errors were encountered:
if you run test in teamcity you can: On Azure Devops that log do nothing, you can ignore it.
Sorry, something went wrong.
My point here is that as we are NOT using team city, there should NOT be any reference to it in the logs emitted by your code.
Please remove the hard coded reference to teamcity in the string and replace with a more generic one.
No branches or pull requests
We are using Azure Devops pipelines.
Why do the logs show a reference to teamcity
The text was updated successfully, but these errors were encountered: