Daniel Jurek
Daniel Jurek
How do we ensure that the pipeline succeeds when retrying just the job. See: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1484310&view=results
Repro: 1. Go to https://azuresdkdocs.blob.core.windows.net/$web/c/docs/1.0.0-preview.1/md_sdk_platform_noplatform__r_e_a_d_m_e.html 1. Click version dropdown and select "1.0.0-preview.3" Expected: Changing the version sends you somewhere valid. Actual: 404 page Suggestion: Use XHR to check the redirecting...
Ideally we'll be able to install this on the host agent VM.
The status here:  Is a URL that points to the latest build status. It's confusing when it's in docs and (on occasion) shows red. The image itself doesn't offer...
API docs - Doxygen Conceptual docs - DocFX We'd also update paths in storage: ``` c/docs// api/
Files generated by Doxygen should use assets deployed in the same location as the Doxygen docs instead of CDNs. At present almost all requests when loading the pages for the...
In the case of links to anchors in the same document (e.g. the index page) Doxygen is using a different translation for the anchors:  
Add to CI and nightly builds. Onboarding docs: https://docs.microsoft.com/en-us/azure/security/develop/security-code-analysis-onboard YAML: https://docs.microsoft.com/en-us/azure/security/develop/yaml-configuration
The current build matrix spends a lot of time on vcpkg. Is it possible to reuse vcpkg to save overall agent time? For example, boostrap vcpkg, install a union of...