Only create a sibling activity when trace id, span id or trace state differ #15356
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: docfx | |
on: | |
push: | |
branches: [ 'main*' ] | |
pull_request: | |
branches: [ 'main*' ] | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- name: check out code | |
uses: actions/checkout@v4 | |
- name: install docfx | |
run: choco install docfx -y | |
- name: run .\build\docfx.cmd | |
shell: cmd | |
run: .\build\docfx.cmd |