Azure.Sdk.Tools.SwaggerApiParser_1.0.5-dev.20230126.9
Pre-release
Pre-release
Add Template for Upload of Proxy Logs (#5224)
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:

Resolves the other half of #5204