You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using a simple invocation of the `test-proxy-tool.yml`, you will be able to call the following before your tests run.
```yml
- template: /eng/common/testproxy/test-proxy-tool.yml
parameters:
rootFolder: $(Build.SourcesDirectory)/sdk/core
```
One will be able to call:
```yml
- template: /eng/common/testproxy/publish-proxy-logs.yml
parameters:
rootFolder: $(Build.SourcesDirectory)/sdk/core
```
As long as you reflect the same `rootFolder` argument to publish-proxy-logs, they will be picked up and uploaded as artifacts.
[Example Invocation](https://dev.azure.com/azure-sdk/public/_build/results?buildId=2139544)
What the artifacts look like:
![image](https://user-images.githubusercontent.com/45376673/214681466-57ea5311-bc54-44ca-b2b9-acdec929238c.png)
Resolves the other half of #5204
Discovered as part of a discussion with @LarryOsterman about usability improvements
The text was updated successfully, but these errors were encountered: