Skip to content

Azure.Sdk.Tools.SwaggerApiParser_1.0.5-dev.20230126.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 27 Jan 01:01
21c4863
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:
![image](https://user-images.githubusercontent.com/45376673/214681466-57ea5311-bc54-44ca-b2b9-acdec929238c.png)

Resolves the other half of #5204