Skip to content

[sdk] Hardcode known histograms using seconds #7636

[sdk] Hardcode known histograms using seconds

[sdk] Hardcode known histograms using seconds #7636

name: API Compatibility
on:
pull_request:
branches: [ 'main*' ]
paths-ignore:
- '**.md'
jobs:
build-test:
runs-on: windows-latest
env:
CheckAPICompatibility: true
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetching all
- name: Setup dotnet
uses: actions/setup-dotnet@v3
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore --property:ExposeExperimentalFeatures=true