Skip to content

chore: updating CICD and pkg/sdk/client files to integrate dotnet-client-sdk into dotnet-core repo #17

chore: updating CICD and pkg/sdk/client files to integrate dotnet-client-sdk into dotnet-core repo

chore: updating CICD and pkg/sdk/client files to integrate dotnet-client-sdk into dotnet-core repo #17

Workflow file for this run

name: LaunchDarkly.ServerSdk.Telemetry CI
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' # Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-and-test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: launchdarkly/gh-actions/actions/[email protected]
name: Get secrets
with:
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
- uses: ./.github/actions/ci
with:
project_file: pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.csproj
test_project_file: pkgs/telemetry/test/LaunchDarkly.ServerSdk.Telemetry.Tests.csproj
- uses: ./.github/actions/build-docs
with:
workspace_path: pkgs/telemetry